Skip to content

Commit b8d458a

Browse files
committed
fix(test): correct import path for confirm prompt
Change from @socketsecurity/lib/prompts to @socketsecurity/lib/stdio/prompts.
1 parent af19eef commit b8d458a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/e2e/binary-test-suite.e2e.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { fileURLToPath } from 'node:url'
77
import { beforeAll, describe, expect, it } from 'vitest'
88

99
import { getDefaultLogger } from '@socketsecurity/lib/logger'
10-
import { confirm } from '@socketsecurity/lib/prompts'
1110
import { spawn } from '@socketsecurity/lib/spawn'
11+
import { confirm } from '@socketsecurity/lib/stdio/prompts'
1212

1313
import ENV from '../../src/constants/env.mts'
1414
import { getDefaultApiToken } from '../../src/utils/socket/sdk.mts'

0 commit comments

Comments
 (0)