Skip to content

Commit be2c3fa

Browse files
authored
test: fix flaky transform-plugin playground test (#19843)
1 parent 5003434 commit be2c3fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// NOTE: a separate directory from `playground/transform-plugin` is created by playground/vitestGlobalSetup.ts
12
import { tests } from '../tests'
23

34
tests()

playground/vitestGlobalSetup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export async function setup({ provide }: TestProject): Promise<void> {
4545
for (const [original, variants] of [
4646
['css', ['sass-legacy', 'sass-modern', 'lightningcss']],
4747
['css-sourcemap', ['sass-legacy', 'sass-modern']],
48+
['transform-plugin', ['base']],
4849
] as const) {
4950
for (const variant of variants) {
5051
await fs.cp(

0 commit comments

Comments
 (0)