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,
|
// testLocationInResults: false,
|
||||||
|
|
||||||
// The glob patterns Jest uses to detect test files
|
// The glob patterns Jest uses to detect test files
|
||||||
testMatch: [
|
testMatch: [],
|
||||||
"<rootDir>/test/unit/**/*.ts",
|
|
||||||
"<rootDir>/src/**/*.test.ts",
|
|
||||||
],
|
|
||||||
|
|
||||||
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
|
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
|
||||||
// testPathIgnorePatterns: [
|
// testPathIgnorePatterns: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue