Skip to content

Commit

Permalink
chore: use esm jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Oct 14, 2023
1 parent afb4b88 commit a3af53c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jest.config.cjs → jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
export default {
testEnvironment: 'jsdom',
collectCoverage: true,
testMatch: ['<rootDir>/test/**/*.test.ts'],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@
"@types/dlv": "^1.1.2",
"@types/estree": "1.0.1",
"@types/intl": "^1.2.0",
"@types/jest": "^29.5.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.5.9",
"@types/sade": "^1.7.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"full-icu": "^1.5.0",
"husky": "^4.3.8",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.0.3",
"prettier": "^3.0.3",
"publint": "^0.2.4",
Expand All @@ -89,7 +89,7 @@
"sass": "^1.56.1",
"svelte": "^3.53.1",
"svelte-preprocess": "^5.0.4",
"ts-jest": "^29.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit a3af53c

Please sign in to comment.