Skip to content

Commit

Permalink
fix(crypto): ignore unused variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Feb 14, 2024
1 parent d6083e3 commit 2a3a2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/crypto/tests/signatures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ describe('signatures', () => {
})
})

// @ts-expect-error
// eslint-disable-next-line @typescript-eslint/no-unused-vars
async function generateTestVectors(): Promise<TestVector[]> {
const p256Key = await EcdsaKeypair.create({ exportable: true })
Expand Down

0 comments on commit 2a3a2c8

Please sign in to comment.