mirror of https://github.com/aminya/setup-cpp
test: exclude setup-python from the tests
This commit is contained in:
parent
79e1c66874
commit
bf743570e7
|
@ -2,6 +2,7 @@ module.exports = {
|
|||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
testMatch: ["**/*.test.ts"],
|
||||
testPathIgnorePatterns: ["<rootDir>/src/python/setup-python/"],
|
||||
// coverage
|
||||
collectCoverageFrom: ["src/**/*.{ts,tsx}"],
|
||||
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
||||
|
|
Loading…
Reference in New Issue