Skip to content

Commit

Permalink
chore: default to jsdom
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Nov 29, 2022
1 parent 657b0ac commit 65bda9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-testing/install-globals.ts
@@ -1,6 +1,6 @@
import { installGlobals as installNodeGlobals } from "@remix-run/node";

export async function installGlobals(framework: 'jsdom' | 'happy-dom') {
export async function installGlobals(framework: 'jsdom' | 'happy-dom' = 'jsdom') {
installNodeGlobals();

if (framework === 'happy-dom') {
Expand Down

0 comments on commit 65bda9d

Please sign in to comment.