Skip to content

Commit

Permalink
remove describe.only
Browse files Browse the repository at this point in the history
Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
  • Loading branch information
developit and JoviDeCroock authored Jun 12, 2024
1 parent d4bab22 commit 9073ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/runtime/test/browser/suspense.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
getConsoleErrorSpy,
} from "../../../test/shared/utils";

describe.only("Suspense", () => {
describe("Suspense", () => {
let scratch: HTMLDivElement;
let root: Root;

Expand Down

0 comments on commit 9073ef4

Please sign in to comment.