Skip to content

Commit

Permalink
test: Only run jest for stryker but using commandRunner
Browse files Browse the repository at this point in the history
(Couldn't make the pure jestRunner solution work)
  • Loading branch information
karfau committed Sep 4, 2020
1 parent ad88291 commit 5124cbf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions stryker.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
},
"coverageAnalysis": "all",
"commandRunner": {
"command": "npm run test:unit"
}
"command": "jest"
},
"files": [
"test/**/*.test.js", "test/get-test-parser.js", "lib/*.js", "package.json", "jest.config.js"
],
"timeoutMS": 15000
}

0 comments on commit 5124cbf

Please sign in to comment.