Skip to content

Commit

Permalink
test: ignore example tests from root
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Beatty committed Jun 16, 2021
1 parent 6589747 commit e1b9c8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ export default {
// ],

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
// testPathIgnorePatterns: [
// "/node_modules/"
// ],
testPathIgnorePatterns: ['/node_modules/', 'examples/'],

// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],
Expand Down

0 comments on commit e1b9c8b

Please sign in to comment.