Skip to content

Commit

Permalink
enable detectOpenHandles on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilk committed Oct 4, 2018
1 parent e74e3cf commit e857b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"copy-assets": "cp src/worker.js dist",
"clean": "rm -rf dist",
"pretest": "npm run lint",
"test": "node --experimental-worker node_modules/.bin/jest",
"test": "node --experimental-worker node_modules/.bin/jest --detectOpenHandles",
"test-watch": "node --experimental-worker node_modules/.bin/jest --watchAll",
"docs": "gitbook build . docs",
"serve-docs": "gitbook serve",
Expand Down

0 comments on commit e857b47

Please sign in to comment.