Skip to content

Commit

Permalink
ignore type which might be missing on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 20, 2019
1 parent 316a35c commit eca03a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-haste-map/src/lib/FSEventsWatcher.ts
Expand Up @@ -14,6 +14,7 @@ import micromatch = require('micromatch');
// @ts-ignore no types
import walker from 'walker';

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

0 comments on commit eca03a9

Please sign in to comment.