We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a3475 commit 4e2ba0bCopy full SHA for 4e2ba0b
test/socket-npm.test.mts
@@ -6,7 +6,7 @@ import { describe, expect, it } from 'vitest'
6
import { isDebug } from '@socketsecurity/registry/lib/debug'
7
import { spawn, spawnSync } from '@socketsecurity/registry/lib/spawn'
8
9
-import constants from '../dist/constants.js'
+import constants from '../src/constants.mts'
10
11
const __filename = fileURLToPath(import.meta.url)
12
const __dirname = path.dirname(__filename)
0 commit comments