Skip to content

Commit 3f7598c

Browse files
authored
test: run assets variant tests in dedicated directory (vitejs#20546)
1 parent 97d5111 commit 3f7598c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/vitestGlobalSetup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export async function setup({ provide }: TestProject): Promise<void> {
4343
})
4444
// also setup dedicated copy for "variant" tests
4545
for (const [original, variants] of [
46+
['assets', ['encoded-base', 'relative-base', 'runtime-base', 'url-base']],
4647
['css', ['lightningcss']],
4748
['transform-plugin', ['base']],
4849
] as const) {

0 commit comments

Comments
 (0)