Skip to content

Commit

Permalink
Fix Flow (2/2)
Browse files Browse the repository at this point in the history
Define missing "beforeEach" so that Flow does not complain.

Facebook is probably having these defined in another manner which
makes their internal test suite pass.
  • Loading branch information
grabbou committed Dec 18, 2017
1 parent e56089a commit e6c1fb7
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 beforeEach: any;
declare var expect: any;
declare var it: any;

Expand Down

0 comments on commit e6c1fb7

Please sign in to comment.