This commit is contained in:
shadcn
2026-02-27 09:22:59 +04:00
parent 0008c487e9
commit 8271bb7f40

View File

@@ -128,7 +128,9 @@ describe("fetchRegistry", () => {
})
it("should handle 410 errors", async () => {
await expect(fetchRegistry(["gone.json"])).rejects.toThrow(RegistryGoneError)
await expect(fetchRegistry(["gone.json"])).rejects.toThrow(
RegistryGoneError
)
})
it("should handle network errors", async () => {