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",
|
preset: "ts-jest",
|
||||||
testEnvironment: "node",
|
testEnvironment: "node",
|
||||||
testMatch: ["**/*.test.ts"],
|
testMatch: ["**/*.test.ts"],
|
||||||
|
testPathIgnorePatterns: ["<rootDir>/src/python/setup-python/"],
|
||||||
// coverage
|
// coverage
|
||||||
collectCoverageFrom: ["src/**/*.{ts,tsx}"],
|
collectCoverageFrom: ["src/**/*.{ts,tsx}"],
|
||||||
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
coveragePathIgnorePatterns: ["assets", ".css.d.ts"],
|
||||||
|
|
Loading…
Reference in New Issue