Skip to content

Commit 9d151f9

Browse files
committed
null !== undefined
1 parent 81b269e commit 9d151f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class FSEventsWatcher extends EventEmitter {
4949
private _tracked: Set<string>;
5050

5151
static isSupported() {
52-
return fsevents !== undefined;
52+
return fsevents !== null;
5353
}
5454

5555
private static normalizeProxy(

0 commit comments

Comments
 (0)