Skip to content

Commit b5f24fd

Browse files
committed
fix: update lockfile to match esbuild version specifier
Also fix TypeScript import extension in test file
1 parent d0ee662 commit b5f24fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/purl-edge-cases.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SOFTWARE.
2222

2323
import { describe, expect, it } from 'vitest'
2424

25-
import { createTestFunction } from './utils/test-helpers.mts'
25+
import { createTestFunction } from './utils/test-helpers.mjs'
2626
import { LOOP_SENTINEL } from '../src/constants.js'
2727
import {
2828
encodeComponent,

0 commit comments

Comments
 (0)