diff --git a/jest.config.ts b/jest.config.ts index a64a8f4..1bc61ad 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -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: [],