Skip to content

Commit 96b6154

Browse files
committed
Fixing test
1 parent 4387078 commit 96b6154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('index tests', () => {
2121
config: path.resolve(__dirname, '../../test/tsconfig.json'),
2222
});
2323

24-
expect(spy).toHaveBeenCalledTimes(1);
24+
expect(spy).toHaveBeenCalledTimes(2);
2525
// expect(spy).toHaveBeenCalledWith(JSON.stringify(EXPECTED_RESULT, null, 4));
2626

2727
spy.mockRestore();

0 commit comments

Comments
 (0)