We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316a35c commit eca03a9Copy full SHA for eca03a9
packages/jest-haste-map/src/lib/FSEventsWatcher.ts
@@ -14,6 +14,7 @@ import micromatch = require('micromatch');
14
// @ts-ignore no types
15
import walker from 'walker';
16
17
+// @ts-ignore: this is for CI which runs linux and might not have this
18
let fsevents: typeof import('fsevents') | null = null;
19
try {
20
fsevents = require('fsevents');
0 commit comments