Skip to content

Commit 2877a56

Browse files
committed
Uncomment a unmock that should not have comment with the merge
1 parent 3b3fab9 commit 2877a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modules/gherkin-annotator/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import GherkinAnnotator from '../../../src/modules/gherkin-annotator'
22

3-
// jest.unmock('modules/gherkin-annotator')
3+
jest.unmock('../../../src/modules/gherkin-annotator')
44

55
describe('GherkinAnnotator', () => {
66
const session = { setAnnotations: jest.fn(), clearAnnotations: jest.fn() }

0 commit comments

Comments
 (0)