Skip to content

Commit

Permalink
test: fix webcrypto on node 18 (#6892)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Nov 11, 2024
1 parent 00ebea6 commit 07c19b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { Options } from 'tinyexec'
import type { UserConfig as ViteUserConfig } from 'vite'
import type { WorkspaceProjectConfiguration } from 'vitest/config'
import type { UserConfig, Vitest, VitestRunMode } from 'vitest/node'
import { webcrypto as crypto } from 'node:crypto'
import fs from 'node:fs'
import { Readable, Writable } from 'node:stream'
import { fileURLToPath } from 'node:url'
Expand Down

0 comments on commit 07c19b8

Please sign in to comment.