mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
fixes browser tests
This commit is contained in:
parent
165cfcb101
commit
aa56d787f3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ async function buildAndTest() {
|
|||
await run('npm run gulp editor-distro', { cwd: vscodePath });
|
||||
|
||||
// Run browser tests
|
||||
await run('npm run test-browser --browser chromium', { cwd: vscodePath });
|
||||
await run('npm run test-browser -- --browser chromium', { cwd: vscodePath });
|
||||
|
||||
// TypeScript typings test
|
||||
await run('mkdir typings-test', { cwd: vscodePath });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue