Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-orlik committed Jan 26, 2024
1 parent 2520455 commit 1b50a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getEventData } from '.'
import _crypto from 'crypto'

if (!global.crypto) {
vi.stubGlobal('crypto', crypto.webcrypto)
vi.stubGlobal('crypto', _crypto.webcrypto)
}

describe('getEventData', () => {
Expand Down

0 comments on commit 1b50a6d

Please sign in to comment.