feat: setup jest to ignore dist folder
This commit is contained in:
parent
86704b83b1
commit
5290488dba
2 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
};
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
testPathIgnorePatterns: ["<rootDir>/dist/", "<rootDir>/node_modules/"],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue