Skip to content

Commit 99ccb14

Browse files
run the new laboratory specs in happy-dom like the rest
1 parent a18f046 commit 99ccb14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/libraries/laboratory/src/components/laboratory/preflight-prompt-modal.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @vitest-environment jsdom
1+
// @vitest-environment happy-dom
22
import { fireEvent, render, screen, waitFor } from '@testing-library/react';
33
import { PreflightPromptModal } from './preflight-prompt-modal';
44

packages/libraries/laboratory/src/components/laboratory/preflight.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @vitest-environment jsdom
1+
// @vitest-environment happy-dom
22
import { render, screen } from '@testing-library/react';
33
import { Preflight } from './preflight';
44

0 commit comments

Comments
 (0)