We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ebea6 commit 07c19b8Copy full SHA for 07c19b8
test/test-utils/index.ts
@@ -2,6 +2,7 @@ import type { Options } from 'tinyexec'
2
import type { UserConfig as ViteUserConfig } from 'vite'
3
import type { WorkspaceProjectConfiguration } from 'vitest/config'
4
import type { UserConfig, Vitest, VitestRunMode } from 'vitest/node'
5
+import { webcrypto as crypto } from 'node:crypto'
6
import fs from 'node:fs'
7
import { Readable, Writable } from 'node:stream'
8
import { fileURLToPath } from 'node:url'
0 commit comments