Skip to content

Commit

Permalink
#3087: setup.js, revert 'moduleDirectories'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed May 29, 2018
1 parent 4d9fa48 commit f150062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
'collectCoverage': true,
'coverageDirectory': '.',
'moduleDirectories': [
'../../src/jsx/node_modules'
'node_modules'
],
'setupTestFrameworkScriptFile': '../../test/jest/setup.js',
}

0 comments on commit f150062

Please sign in to comment.