Skip to content

Commit

Permalink
build: remove jest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Oct 3, 2024
1 parent f36448b commit aad99d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
30 changes: 0 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,36 +47,6 @@
"typescript": "^5.0.0",
"vitest": "^2.1.2"
},
"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
}
},
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/test/deno/"
],
"testEnvironment": "node",
"moduleNameMapper": {
"^(.+)\\.jsx?$": "$1"
}
},
"release": {
"branches": [
"+([0-9]).x",
Expand Down
9 changes: 0 additions & 9 deletions test/tsconfig.test.json

This file was deleted.

0 comments on commit aad99d9

Please sign in to comment.