Skip to content

Commit

Permalink
Fix Flow (1/2)
Browse files Browse the repository at this point in the history
Define missing "before" function so that it does not cause flow
to fail.
  • Loading branch information
grabbou committed Dec 18, 2017
1 parent 6ae0b34 commit 3259353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local-cli/__tests__/fs-mock-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

declare var jest: any;
declare var describe: any;
declare var expect: any;
declare var it: any;

jest.mock('fs');
Expand Down

0 comments on commit 3259353

Please sign in to comment.