Skip to content

Commit

Permalink
Fixing test pattern since it did not work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pfried committed Nov 23, 2020
1 parent 3a08483 commit d5af379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
".(ts|tsx)": "ts-jest"
},
"testMatch": [
"<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
"<rootDir>/src/**/*(*.)@(spec|test).[t]s?(x)"
],
"moduleNameMapper": {
"\\.(css|scss)$": "identity-obj-proxy"
Expand Down

0 comments on commit d5af379

Please sign in to comment.