mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Update tempConversion.spec.js
This commit is contained in:
@@ -10,9 +10,6 @@ describe('ftoc', function() {
|
||||
xit('works with negatives', function() {
|
||||
expect(ftoc(-100)).toEqual(-73.3);
|
||||
});
|
||||
xit('works', function() {
|
||||
expect(ctof()).toEqual('ctof');
|
||||
});
|
||||
});
|
||||
|
||||
describe('ctof', function() {
|
||||
|
||||
Reference in New Issue
Block a user