test
This commit is contained in:
parent
3bc6205150
commit
e7cdc53c7b
3 changed files with 393 additions and 383 deletions
|
@ -64,6 +64,7 @@ module.exports = {
|
|||
"ts-jest": {
|
||||
"useESM": true,
|
||||
tsconfig: "test/tsconfig.json",
|
||||
isolatedModules: true,
|
||||
diagnostics: {
|
||||
exclude: ['**'],
|
||||
},
|
||||
|
|
|
@ -178,8 +178,8 @@
|
|||
"eslint": "8.23.1",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"execa": "6.1.0",
|
||||
"jest": "29.0.3",
|
||||
"ts-jest": "29.0.1",
|
||||
"jest": "28.0.0",
|
||||
"ts-jest": "28.0.8",
|
||||
"typescript": "4.8.3"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue