We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4387078 commit 96b6154Copy full SHA for 96b6154
src/__tests__/index.test.js
@@ -21,7 +21,7 @@ describe('index tests', () => {
21
config: path.resolve(__dirname, '../../test/tsconfig.json'),
22
});
23
24
- expect(spy).toHaveBeenCalledTimes(1);
+ expect(spy).toHaveBeenCalledTimes(2);
25
// expect(spy).toHaveBeenCalledWith(JSON.stringify(EXPECTED_RESULT, null, 4));
26
27
spy.mockRestore();
0 commit comments