fixes browser tests

This commit is contained in:
Henning Dieterichs 2025-12-17 16:36:06 +01:00
parent 165cfcb101
commit aa56d787f3
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -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 });