8000 Update tempConversion.spec.js · MesutBE/javascript-exercises@4aec9d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4aec9d4

Browse files
authored
Update tempConversion.spec.js
1 parent afaa699 commit 4aec9d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tempConversion/tempConversion.spec.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ describe('ftoc', function() {
1010
xit('works with negatives', function() {
1111
expect(ftoc(-100)).toEqual(-73.3);
1212
});
13-
xit('works', function() {
14-
expect(ctof()).toEqual('ctof');
15-
});
1613
});
1714

1815
describe('ctof', function() {

0 commit comments

Comments
 (0)
0