Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v5] Update config #269

Merged
merged 10 commits into from
Apr 17, 2023
Prev Previous commit
Next Next commit
Avoid unnecessarily running compiled test files.
  • Loading branch information
wjhsf committed Mar 19, 2023
commit c207db663c77be369cb4c2eb293d52c175418416
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
"ts-jest": {
isolatedModules: false
}
}
},
testPathIgnorePatterns: ["<rootDir>/dist/"]
};