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.
**/*.test.ts
1 parent 6d46ff1 commit 9c7f8bbCopy full SHA for 9c7f8bb
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