Skip to content

Commit 4e2ba0b

Browse files
committed
dist/constants.js to src/constants.mts in socket-npm.test.mts
1 parent 32a3475 commit 4e2ba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/socket-npm.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { describe, expect, it } from 'vitest'
66
import { isDebug } from '@socketsecurity/registry/lib/debug'
77
import { spawn, spawnSync } from '@socketsecurity/registry/lib/spawn'
88

9-
import constants from '../dist/constants.js'
9+
import constants from '../src/constants.mts'
1010

1111
const __filename = fileURLToPath(import.meta.url)
1212
const __dirname = path.dirname(__filename)

0 commit comments

Comments
 (0)