Skip to content

Commit 52db6ce

Browse files
chore: deps
1 parent 734ac83 commit 52db6ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)