Skip to content

Commit

Permalink
Rollback and reset happy-dom library
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Jan 12, 2024
1 parent 02fc18d commit 8f34325
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ignoreDeps": [
"@blueprintjs/icons",
"@floating-ui/react-dom-interactions",
"@happy-dom/global-registrator",
"@happy-dom/jest-environment",
"@testing-library/react",
"@testing-library/user-event",
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ yarn
Then you can run benchmarks via:

```sh
hyperfine --warmup 1 'yarn workspace jasmine test' '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'
hyperfine --warmup 1 \
'yarn workspace jasmine test' \
'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'
```

> [!NOTE]
Expand Down

0 comments on commit 8f34325

Please sign in to comment.