Update tempConversion.spec.js

This commit is contained in:
Cody Loyd 2017-10-25 11:53:33 -05:00 committed by GitHub
parent afaa699ad1
commit 4aec9d41fd
1 changed files with 0 additions and 3 deletions

View File

@ -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() {