Skip to content

Commit 4cbe7a9

Browse files
committed
remove happy-dom
1 parent 8059e6f commit 4cbe7a9

File tree

3 files changed

+11
-46
lines changed

3 files changed

+11
-46
lines changed

pnpm-lock.yaml

Lines changed: 10 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"compilerOptions": {
33
"target": "es2022",
44
"lib": [
5-
"es2022",
6-
"dom"
5+
"es2022"
76
],
87
"moduleDetection": "force",
98
"module": "preserve",

vitest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export default defineConfig({
1010
},
1111
},
1212
test: {
13-
environment: 'happy-dom',
1413
coverage: {
1514
include: ['src'],
1615
reporter: ['text', 'json', 'html'],

0 commit comments

Comments
 (0)