Skip to content

Commit

Permalink
update jest, and fix the issue with tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed May 12, 2019
1 parent b4da599 commit 6ad5cc9
Show file tree
Hide file tree
Showing 3 changed files with 1,350 additions and 1,942 deletions.
3 changes: 2 additions & 1 deletion jest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"moduleFileExtensions": ["ts", "tsx", "js", "json"],
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
"^.+\\.tsx?$": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "/src/.*\\.(test|spec).(ts|tsx|js)$",
"collectCoverageFrom": [
"src/**/*.ts",
Expand Down
Loading

0 comments on commit 6ad5cc9

Please sign in to comment.