Skip to content

Commit

Permalink
Fix testMatch config in docs (#6023)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored and rickhanlonii committed Apr 18, 2018
1 parent 6cc3a9a commit 440e9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ given to [jsdom](https://github.com/tmpvar/jsdom) such as

### `testMatch` [array<string>]

(default: `[ '**/__tests__/**/*.js?(x)', '**/?(*.)+(spec|test).js?(x)' ]`)
(default: `[ "**/__tests__/**/*.js?(x)", "**/?(*.)+(spec|test).js?(x)" ]`)

The glob patterns Jest uses to detect test files. By default it looks for `.js`
and `.jsx` files inside of `__tests__` folders, as well as any files with a
Expand Down

0 comments on commit 440e9c6

Please sign in to comment.