prevent base jest config from including any tests
This commit is contained in:
parent
bcf7347372
commit
a6c4945569
1 changed files with 1 additions and 4 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue