Skip to content

Commit eca03a9

Browse files
committed
ignore type which might be missing on linux
1 parent 316a35c commit eca03a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jest-haste-map/src/lib/FSEventsWatcher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import micromatch = require('micromatch');
1414
// @ts-ignore no types
1515
import walker from 'walker';
1616

17+
// @ts-ignore: this is for CI which runs linux and might not have this
1718
let fsevents: typeof import('fsevents') | null = null;
1819
try {
1920
fsevents = require('fsevents');

0 commit comments

Comments
 (0)