Skip to content

Commit 04701e2

Browse files
authored
Merge pull request jest-community#1 from orta/CzBuCHi-master
Fix the tests
2 parents c7ec9ce + 1cfbd78 commit 04701e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/JestExt.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
jest.unmock('../src/JestExt')
2+
jest.mock("../src/CodeLens.ts", () => ({
3+
CodeLensProvider: class MockCodeLensProvider {}
4+
}))
25

36
import { JestExt } from '../src/JestExt'
47
import { ProjectWorkspace, Settings, Runner } from 'jest-editor-support'

0 commit comments

Comments
 (0)