mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 07:34:11 +00:00
style
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user