We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238a204 commit 19474c9Copy full SHA for 19474c9
__tests__/main.test.ts
@@ -6,8 +6,6 @@ jest.unstable_mockModule('fs', () => ({
6
default: fs
7
}))
8
9
-// jest.spyOn(console, 'log').mockImplementation(() => {})
10
-
11
// The module being tested should be imported dynamically. This ensures that the
12
// mocks are used in place of any actual dependencies.
13
const { run } = await import('../src/main.ts')
0 commit comments