modified the test file. running test only on the first test case. the skip method remains on the rest
This commit is contained in:
parent
bb876de4d4
commit
8c96eb988d
|
@ -13,7 +13,7 @@ describe('ftoc', () => {
|
|||
});
|
||||
|
||||
describe('ctof', () => {
|
||||
test.skip('works', () => {
|
||||
test('works', () => {
|
||||
expect(ctof(0)).toEqual(32);
|
||||
});
|
||||
test.skip('rounds to 1 decimal', () => {
|
||||
|
|
Loading…
Reference in New Issue