Skip to content

Commit

Permalink
usedocument passing all tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh committed Jan 6, 2025
1 parent 4d5f507 commit c584221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe("useDocument", () => {
})

// Test unavailable document
it.only("should handle unavailable documents", async () => {
it("should handle unavailable documents", async () => {
const { wrapper, repo } = setup()
const onError = vi.fn()

Expand Down

0 comments on commit c584221

Please sign in to comment.