Skip to content

Commit

Permalink
Remove custom-jsdom (#864)
Browse files Browse the repository at this point in the history
Previously, there were Uint8Array related errors which prompted the
addition of Custom JSDOM environment to resolve them in Vitest.
For some reason, Uint8Array errors are no longer occurring, making
Custom JSDOM environment unnecessary for now.

So this commit removes custom JSDOM.
  • Loading branch information
hackerwins authored Jul 9, 2024
1 parent ff7d63a commit 0fb9700
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 171 deletions.
155 changes: 0 additions & 155 deletions test/vitest/env/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions test/vitest/env/package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions test/vitest/env/package.json

This file was deleted.

1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default defineConfig({
onConsoleLog() {
return false;
},
environment: 'custom-jsdom',
globals: true,
testTimeout: isCI ? 5000 : Infinity,
benchmark: {
Expand Down

0 comments on commit 0fb9700

Please sign in to comment.