prevent base jest config from including any tests

This commit is contained in:
Hazelnoot 2025-11-09 00:39:49 -05:00
parent bcf7347372
commit a6c4945569

View file

@ -159,10 +159,7 @@ export default {
// testLocationInResults: false,
// The glob patterns Jest uses to detect test files
testMatch: [
"<rootDir>/test/unit/**/*.ts",
"<rootDir>/src/**/*.test.ts",
],
testMatch: [],
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
// testPathIgnorePatterns: [