Skip to content

Commit

Permalink
Use setupFilesAfterEnv instead of setupTestFrameworkScriptFile (#7509)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jan 29, 2019
1 parent 3087120 commit 9ef7a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -23,7 +23,7 @@ module.exports = {
'<rootDir>/tests/jest-reporters/flow-check.js',
'<rootDir>/tests/jest-reporters/eslint-check.js',
],
setupTestFrameworkScriptFile: '<rootDir>/tests/setup.js',
setupFilesAfterEnv: ['<rootDir>/tests/setup.js'],
testPathIgnorePatterns: [
'<rootDir>/node_modules/',
'<rootDir>/(assets|bin|config|coverage|dist|docs|flow|locale|src)/',
Expand Down

0 comments on commit 9ef7a6b

Please sign in to comment.