Skip to content

Commit

Permalink
fix(tabs): update jest config so that pre commit hook works
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbirgand committed May 28, 2020
1 parent 7170737 commit 3b9f4b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"collectCoverage": false,
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.test.json"
"tsConfig": "tsconfig.test.json"
}
},
"moduleFileExtensions": ["ts", "tsx", "js"],
Expand Down
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"husky": "^1.3.1",
"immutable": "^3.8.2",
"inquirer": "^6.2.1",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-enzyme": "^6.1.2",
"jsx-to-string": "^1.4.0",
Expand Down

0 comments on commit 3b9f4b1

Please sign in to comment.