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

Tests & ESLint Improvements #7012

Merged
merged 25 commits into from
May 2, 2024
1 change: 1 addition & 0 deletions templates/jest.config.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'ts-jest',
{
tsconfig: './test/tsconfig.json',
isolatedModules: true,
},
],
},
Expand Down
Loading