Skip to content

Commit

Permalink
Moved jest tsconfig to jest config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
maschino committed Sep 21, 2018
1 parent 63ccfa4 commit c12f10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tsconfig.jest.json → config/jest/tsconfig.jest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig",
"extends": "../../src/tsconfig",
"compilerOptions": {
"esModuleInterop": true
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"globals": {
"ts-jest": {
"tsConfig": "<rootDir>/src/tsconfig.jest.json"
"tsConfig": "<rootDir>/config/jest/tsconfig.jest.json"
}
},
"testEnvironment": "jsdom",
Expand Down

0 comments on commit c12f10e

Please sign in to comment.