Add terminal suggest tests to run on Windows

Part of #234777
pull/234786/head
Daniel Imms 2024-11-27 11:32:49 -08:00
parent b47e3ca218
commit 9e688d92ba
No known key found for this signature in database
GPG Key ID: E5CF412B63651C69
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ echo ### Colorize tests
call npm run test-extension -- -l vscode-colorize-tests
if %errorlevel% neq 0 exit /b %errorlevel%
echo.
echo ### Terminal Suggest tests
call npm run test-extension -- -l terminal-suggest --enable-proposed-api=vscode.vscode-api-tests
if %errorlevel% neq 0 exit /b %errorlevel%
echo.
echo ### TypeScript tests
call "%INTEGRATION_TEST_ELECTRON_PATH%" %~dp0\..\extensions\typescript-language-features\test-workspace --extensionDevelopmentPath=%~dp0\..\extensions\typescript-language-features --extensionTestsPath=%~dp0\..\extensions\typescript-language-features\out\test\unit %API_TESTS_EXTRA_ARGS%