Skip to content

Commit 9bb1d0b

Browse files
committed
Fixes overlapping unit test paths
1 parent af03565 commit 9bb1d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/esbuild.tests.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function buildTests(target) {
2020
const config = {
2121
bundle: true,
2222
entryPoints: ['src/**/__tests__/**/*.test.ts'],
23-
entryNames: '[name]',
23+
entryNames: '[dir]/[name]',
2424
external: ['vscode'],
2525
format: 'cjs',
2626
logLevel: 'info',

0 commit comments

Comments
 (0)