We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaa699 commit 4aec9d4Copy full SHA for 4aec9d4
1 file changed
tempConversion/tempConversion.spec.js
@@ -10,9 +10,6 @@ describe('ftoc', function() {
10
xit('works with negatives', function() {
11
expect(ftoc(-100)).toEqual(-73.3);
12
});
13
- xit('works', function() {
14
- expect(ctof()).toEqual('ctof');
15
- });
16
17
18
describe('ctof', function() {
0 commit comments