We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8383e7e commit cde67e5Copy full SHA for cde67e5
packages/cli/src/utils/error/errors.test.mts
@@ -4,6 +4,8 @@ import { fileURLToPath } from 'node:url'
4
5
import { describe, expect, it } from 'vitest'
6
7
+import { UNKNOWN_ERROR } from '@socketsecurity/lib/constants/core'
8
+
9
import {
10
AuthError,
11
ConfigError,
@@ -19,7 +21,6 @@ import {
19
21
NetworkError,
20
22
RateLimitError,
23
} from './errors.mts'
-import { UNKNOWN_ERROR } from '../../constants/errors.mts'
24
25
const __filename = fileURLToPath(import.meta.url)
26
const __dirname = path.dirname(__filename)
0 commit comments