diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 04a9062..ca92da3 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -37,5 +37,4 @@ jobs: 'yarn workspace jest test' \ 'yarn workspace vitest test' \ 'yarn workspace vitest test --pool=vmThreads' \ - 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ - 'yarn workspace bun test' \ No newline at end of file + 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ No newline at end of file diff --git a/benchmarks/bun/package.json b/benchmarks/bun/package.json index 2500b45..f029fbd 100644 --- a/benchmarks/bun/package.json +++ b/benchmarks/bun/package.json @@ -18,7 +18,6 @@ }, "devDependencies": { "@happy-dom/global-registrator": "12.10.3", - "happy-dom": "12.0.1", - "jsdom": "23.2.0" + "happy-dom": "12.0.1" } } diff --git a/bun.lockb b/bun.lockb index 870b3fe..c3ad4c5 100755 Binary files a/bun.lockb and b/bun.lockb differ