summary refs log tree commit diff
path: root/api/jest.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api/jest.config.ts')
-rw-r--r--api/jest.config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/jest.config.ts b/api/jest.config.ts

index 153a9b2b..50550d9d 100644 --- a/api/jest.config.ts +++ b/api/jest.config.ts
@@ -145,9 +145,9 @@ export default { // The glob patterns Jest uses to detect test files testMatch: [ - "**/__tests__/**/*.[jt]s?(x)", + "**/tests/**/*.[jt]s?(x)" // "**/?(*.)+(spec|test).[tj]s?(x)" - ], + ] // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped // testPathIgnorePatterns: [