Skip to content

Commit

Permalink
Fix wrong value in package.json example (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-duttke authored and GeeWee committed Nov 5, 2018
1 parent 0a59b42 commit 89269d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/config/isolatedModules.md
Expand Up @@ -35,7 +35,7 @@ module.exports = {
"jest": {
"globals": {
"ts-jest": {
"isolatedModules": false
"isolatedModules": true
}
}
}
Expand Down

0 comments on commit 89269d5

Please sign in to comment.