Skip to content

Commit

Permalink
Adds jest types to test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Powers authored and helfer committed Dec 7, 2018
1 parent 98b3b0c commit 923a592
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
},
"types": [
"jest"
]
}

0 comments on commit 923a592

Please sign in to comment.