Skip to content

Commit

Permalink
update comments in jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Apr 19, 2021
1 parent 8ab18ed commit ade1459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Expand Up @@ -143,6 +143,7 @@ module.exports = {
// Adds a location field to test results
// testLocationInResults: false,

// TBD ENABLED to work with Stryker Jest runner:
// The glob patterns Jest uses to detect test files
testMatch: [
"**/__tests__/**/*.[jt]s?(x)",
Expand All @@ -155,7 +156,7 @@ module.exports = {
"/node_modules/"
],

// TBD DOES NOT SEEM TO WORK WITH STRYKER (AS OF 4.5.1):
// TBD NOT WORKING with Stryker Jest runner:
// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [
// /\.test\.js?$/
Expand Down

0 comments on commit ade1459

Please sign in to comment.