Skip to content

Commit

Permalink
Update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Mar 9, 2025
1 parent 4221d91 commit 40b92c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const config: InitialOptionsTsJest = {
setupFilesAfterEnv: ['<rootDir>/__tests__/web.setup.ts'],
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/src/**/*.test.ts'],
transform: { '^.+\\.[t|j]sx?$': 'ts-jest' },
transform: { '^.+\\.[t|j]sx?$': ['ts-jest', { isolatedModules: true }] },
transformIgnorePatterns: [`node_modules/(?!${ES_MODULE_DEPENDENCIES})`],
} as Config.InitialProjectOptions, // InitialProjectOptions thinks `preset` isn't allowed
{
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"stylelint-config-standard": "^37.0.0",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"contributors": [
"Oleh Zasadnyy, GDG Lviv",
Expand Down

0 comments on commit 40b92c8

Please sign in to comment.