We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af19eef commit b8d458aCopy full SHA for b8d458a
1 file changed
packages/cli/test/e2e/binary-test-suite.e2e.test.mts
@@ -7,8 +7,8 @@ import { fileURLToPath } from 'node:url'
7
import { beforeAll, describe, expect, it } from 'vitest'
8
9
import { getDefaultLogger } from '@socketsecurity/lib/logger'
10
-import { confirm } from '@socketsecurity/lib/prompts'
11
import { spawn } from '@socketsecurity/lib/spawn'
+import { confirm } from '@socketsecurity/lib/stdio/prompts'
12
13
import ENV from '../../src/constants/env.mts'
14
import { getDefaultApiToken } from '../../src/utils/socket/sdk.mts'
0 commit comments