modified the test file. running test only on the first test case. the skip method remains on the rest

This commit is contained in:
Isah Jacob 2022-10-31 17:23:43 +01:00
parent bb876de4d4
commit 8c96eb988d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ describe('ftoc', () => {
}); });
describe('ctof', () => { describe('ctof', () => {
test.skip('works', () => { test('works', () => {
expect(ctof(0)).toEqual(32); expect(ctof(0)).toEqual(32);
}); });
test.skip('rounds to 1 decimal', () => { test.skip('rounds to 1 decimal', () => {