Skip to content

Commit

Permalink
Merge pull request #22 from WonderPanda/fix/allowJs_test_warning
Browse files Browse the repository at this point in the history
chore(jest-config): prevent processing js files as part of test run
  • Loading branch information
WonderPanda committed Mar 6, 2019
2 parents 70227f4 + a917b7d commit 280dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"jest": {
"preset": "ts-jest",
"transform": {
"^.+\\.(j|t)sx?$": "ts-jest"
"^.+\\.(t)sx?$": "ts-jest"
},
"projects": [
"<rootDir>/packages/*"
Expand Down

0 comments on commit 280dec8

Please sign in to comment.