We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3fab9 commit 2877a56Copy full SHA for 2877a56
test/modules/gherkin-annotator/index.spec.ts
@@ -1,6 +1,6 @@
1
import GherkinAnnotator from '../../../src/modules/gherkin-annotator'
2
3
-// jest.unmock('modules/gherkin-annotator')
+jest.unmock('../../../src/modules/gherkin-annotator')
4
5
describe('GherkinAnnotator', () => {
6
const session = { setAnnotations: jest.fn(), clearAnnotations: jest.fn() }
0 commit comments