test: remove unused/unneeded jest dependencies

This commit is contained in:
鲁树人
2023-05-17 22:59:13 +01:00
parent 0db84813ad
commit 1e257c1ee3
3 changed files with 48 additions and 1385 deletions

View File

@@ -6,6 +6,9 @@
"DOM.Iterable",
"ESNext"
],
"types": [
"vitest/globals"
],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
@@ -36,4 +39,4 @@
"path": "./tsconfig.node.json"
}
]
}
}