Skip to content

Commit 56031dc

Browse files
committed
fix scriptPreprocessor in example - fixes #1
1 parent 9104144 commit 56031dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Make the following changes to `package.json`:
1616
"test": "jest"
1717
},
1818
"jest": {
19-
"scriptPreprocessor": "6to5-jest",
19+
"scriptPreprocessor": "<rootDir>/node_modules/6to5-jest",
2020
"testFileExtensions": ["es6", "js"],
2121
"moduleFileExtensions": ["js", "json", "es6"]
2222
}

0 commit comments

Comments
 (0)