Skip to content

Commit

Permalink
remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 15, 2024
1 parent 851fed5 commit d794f1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ describe("the demo user view", () => {
}),
);
});
it.only("should render an error when teamSlug is demo", async () => {
it("should render an error when teamSlug is demo", async () => {
const handleSubmit = vi.fn();
const { queryByText } = setup(
<Pay
Expand Down

0 comments on commit d794f1b

Please sign in to comment.