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 9104144 commit 56031dcCopy full SHA for 56031dc
README.md
@@ -16,7 +16,7 @@ Make the following changes to `package.json`:
16
"test": "jest"
17
},
18
"jest": {
19
- "scriptPreprocessor": "6to5-jest",
+ "scriptPreprocessor": "<rootDir>/node_modules/6to5-jest",
20
"testFileExtensions": ["es6", "js"],
21
"moduleFileExtensions": ["js", "json", "es6"]
22
}
0 commit comments