Skip to content

Commit f811cc3

Browse files
authored
test: update test commands for modern.js (#15)
1 parent 6544793 commit f811cc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/rsbuild/modernjs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ export async function test(options: RunOptions) {
4747
await $`pnpm playwright install chromium`;
4848
cd('../../../');
4949
},
50-
test: ['test:rspack'],
50+
test: ['test:framework', 'test:builder'],
5151
});
5252
}

tests/rspack/modernjs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ export async function test(options: RunOptions) {
4747
await $`pnpm playwright install chromium`;
4848
cd('../../../');
4949
},
50-
test: ['test:rspack'],
50+
test: ['test:framework', 'test:builder'],
5151
});
5252
}

0 commit comments

Comments
 (0)