We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b277259 commit e0a70e5Copy full SHA for e0a70e5
scripts/jest/config.base.js
@@ -2,9 +2,6 @@
2
3
module.exports = {
4
globalSetup: require.resolve('./setupGlobal.js'),
5
- haste: {
6
- hasteImplModulePath: require.resolve('./noHaste.js'),
7
- },
8
modulePathIgnorePatterns: [
9
'<rootDir>/scripts/rollup/shims/',
10
'<rootDir>/scripts/bench/',
scripts/jest/noHaste.js
0 commit comments