We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b507415 + b7b0ee9 commit 8c48892Copy full SHA for 8c48892
jest.config.ts
@@ -153,10 +153,9 @@ export default {
153
// testLocationInResults: false,
154
155
// The glob patterns Jest uses to detect test files
156
- // testMatch: [
157
- // "**/__tests__/**/*.[jt]s?(x)",
158
- // "**/?(*.)+(spec|test).[tj]s?(x)"
159
- // ],
+ testMatch: [
+ "**/*.test.ts"
+ ],
160
161
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
162
// testPathIgnorePatterns: [
0 commit comments