Skip to content

Commit

Permalink
Use isolatedModules
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Nov 4, 2018
1 parent 0dc952a commit a47d7c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jest.json
@@ -1,3 +1,8 @@
{
"preset": "ts-jest"
"preset": "ts-jest",
"globals": {
"ts-jest": {
"isolatedModules": false
}
}
}

0 comments on commit a47d7c5

Please sign in to comment.