Skip to content

Commit de6e2af

Browse files
committed
fix: update test config to import from dist instead of deleted index.mjs
dev-server-import-maps test config referenced ../index.mjs which was deleted. Import from ../dist/index.js instead. Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a61a9e8 commit de6e2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dev-server-import-maps/test-browser/web-test-runner.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from 'path';
22
import { fileURLToPath } from 'url';
3-
import { importMapsPlugin } from '../index.mjs';
3+
import { importMapsPlugin } from '../dist/index.js';
44

55
export default {
66
rootDir: fileURLToPath(join(import.meta.url, '..', '..', '..', '..')),

0 commit comments

Comments
 (0)