fixes browser tests (#5150)

This commit is contained in:
Henning Dieterichs 2025-12-17 16:53:10 +01:00 committed by GitHub
parent 165cfcb101
commit ec78a33c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ async function buildAndTest() {
await run('npm run gulp editor-distro', { cwd: vscodePath }); await run('npm run gulp editor-distro', { cwd: vscodePath });
// Run browser tests // 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 // TypeScript typings test
await run('mkdir typings-test', { cwd: vscodePath }); await run('mkdir typings-test', { cwd: vscodePath });