Skip to content

Commit 09a117a

Browse files
committed
fixup lint
1 parent c907f42 commit 09a117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe(`const replicate = require("replicate");`, () => {
1717
})
1818
});
1919

20-
describe(`const Replicate = require("replicate"); (deprecated)`, function () {
20+
describe(`const Replicate = require("replicate"); (deprecated)`, () => {
2121
testConstructor((opts) => new replicate({ auth: "test-token", fetch, ...opts }))
2222
testInstance((opts) => new replicate({ auth: "test-token", fetch, ...opts }))
2323
});

0 commit comments

Comments
 (0)