test: exclude setup-python from the tests

This commit is contained in:
Amin Yahyaabadi 2021-09-14 15:41:32 -05:00
parent 79e1c66874
commit bf743570e7
1 changed files with 1 additions and 0 deletions

View File

@ -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"],