Skip to content

Commit

Permalink
build: remove jest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Sep 18, 2024
1 parent 4255023 commit b47db47
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,6 @@
"undici": "^6.0.0",
"vitest": "^2.1.1"
},
"jest": {
"extensionsToTreatAsEsm": [
".ts"
],
"transform": {
"^.+\\.(ts|tsx)$": [
"ts-jest",
{
"tsconfig": "test/tsconfig.test.json",
"useESM": true
}
]
},
"coverageThreshold": {
"global": {
"statements": 100,
"branches": 100,
"functions": 100,
"lines": 100
}
},
"moduleNameMapper": {
"^(.+)\\.jsx?$": "$1"
}
},
"release": {
"branches": [
"+([0-9]).x",
Expand Down

0 comments on commit b47db47

Please sign in to comment.