Skip to content

Commit fb120ee

Browse files
chore: deps
1 parent c230c23 commit fb120ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/bench-lib/src/cannon.util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ async function runCannonProfile(
119119
} = opt
120120

121121
// `as any` suppresses TS7016 (autocannon has no type declarations)
122-
// oxlint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
123122
const { default: autocannon } = await import('autocannon' as any)
124123
const server = await serverFactory()
125124
await new Promise<void>(resolve => server.listen(0, resolve))

0 commit comments

Comments
 (0)