Skip to content

Commit ec78a33

Browse files
authored
fixes browser tests (#5150)
1 parent 165cfcb commit ec78a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build-monaco-editor-core-pkg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function buildAndTest() {
8989
await run('npm run gulp editor-distro', { cwd: vscodePath });
9090

9191
// Run browser tests
92-
await run('npm run test-browser --browser chromium', { cwd: vscodePath });
92+
await run('npm run test-browser -- --browser chromium', { cwd: vscodePath });
9393

9494
// TypeScript typings test
9595
await run('mkdir typings-test', { cwd: vscodePath });

0 commit comments

Comments
 (0)