Skip to content

Commit 19474c9

Browse files
committed
Remove unused spy line
1 parent 238a204 commit 19474c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

__tests__/main.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jest.unstable_mockModule('fs', () => ({
66
default: fs
77
}))
88

9-
// jest.spyOn(console, 'log').mockImplementation(() => {})
10-
119
// The module being tested should be imported dynamically. This ensures that the
1210
// mocks are used in place of any actual dependencies.
1311
const { run } = await import('../src/main.ts')

0 commit comments

Comments
 (0)