Skip to content

Commit

Permalink
missed an only
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh committed Jan 31, 2025
1 parent 8fd83be commit c92830a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe("useDocument", () => {
expect(onDoc).toHaveBeenCalledWith({ foo: "new value" })
})

it.only("should throw error if the doc is deleted", async () => {
it("should throw error if the doc is deleted", async () => {
// suppress console.error from the error boundary
const consoleSpy = vi.spyOn(console, "error").mockImplementation(() => {})

Expand Down

0 comments on commit c92830a

Please sign in to comment.