Skip to content

Commit

Permalink
add @flow to integration_tests (jestjs#4124)
Browse files Browse the repository at this point in the history
* @flow in integration_tests

* enforce @flow in integration tests
  • Loading branch information
aaronabramov authored and cpojer committed Jul 26, 2017
1 parent f656cdd commit 1c934dc
Show file tree
Hide file tree
Showing 63 changed files with 635 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ module.exports = {
],
},
},
{
files: ['integration_tests/__tests__/**/*'],
rules: {
'flowtype/require-valid-file-annotation': [2, 'always'],
},
},
],
parser: 'babel-eslint',
plugins: ['markdown', 'import', 'unicorn', 'prettier'],
Expand Down

0 comments on commit 1c934dc

Please sign in to comment.