fix: clean up 49 unused variables, catch params, and stale imports (#22695)
This commit is contained in:
@@ -276,7 +276,7 @@ describe("file/index Filesystem patterns", () => {
|
||||
|
||||
test("returns empty array buffer on error for images", async () => {
|
||||
await using tmp = await tmpdir()
|
||||
const filepath = path.join(tmp.path, "broken.png")
|
||||
const _filepath = path.join(tmp.path, "broken.png")
|
||||
// Don't create the file
|
||||
|
||||
await Instance.provide({
|
||||
|
||||
Reference in New Issue
Block a user