Skip to content

Commit

Permalink
null !== undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 20, 2019
1 parent 81b269e commit 9d151f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-haste-map/src/lib/FSEventsWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class FSEventsWatcher extends EventEmitter {
private _tracked: Set<string>;

static isSupported() {
return fsevents !== undefined;
return fsevents !== null;
}

private static normalizeProxy(
Expand Down

0 comments on commit 9d151f9

Please sign in to comment.