chore: run prettier format:write

This commit is contained in:
Murad
2026-02-26 15:06:18 +03:00
parent 6d2c00376e
commit dc89adf190
2 changed files with 4 additions and 5 deletions

View File

@@ -153,10 +153,7 @@ Use `@version` to specify the version of the package.
```json title="registry-item.json" showLineNumbers
{
"devDependencies": [
"tw-animate-css",
"name@1.2.0"
]
"devDependencies": ["tw-animate-css", "name@1.2.0"]
}
```

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 () => {