Skip to content

Commit

Permalink
"Can I use goofy commit names?" "Only if you squash 'em"
Browse files Browse the repository at this point in the history
Nope
  • Loading branch information
crutchcorn committed May 13, 2020
1 parent e4cf24b commit 1e72c1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ module.exports = {
"\\\\node_modules\\\\",
"\\\\__fixtures__\\\\",
"/__fixtures_/",
"__fixtures_",
"/node_modules/",
],

Expand Down Expand Up @@ -184,9 +185,7 @@ module.exports = {
// verbose: undefined,

// An array of regexp patterns that are matched against all source file paths before re-running tests in watch mode
"watchPathIgnorePatterns": [
"__fixtures__\\/[^/]+\\/(output|error)\\.js",
],
watchPathIgnorePatterns: ["__fixtures__\\/[^/]+\\/(output|error)\\.js"],

// Whether to use watchman for file crawling
// watchman: true,
Expand Down

0 comments on commit 1e72c1f

Please sign in to comment.