Skip to content

Commit 30108cc

Browse files
committed
Fix import path - remove unnecessary .js extension
1 parent 8dd5318 commit 30108cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package-url-json-security.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import { describe, expect, it } from 'vitest'
66

7-
import { PackageURL } from '../src/package-url.js'
7+
import { PackageURL } from '../src/package-url'
88

99
describe('PackageURL.fromJSON security features', () => {
1010
describe('size limit protection', () => {

0 commit comments

Comments
 (0)