Skip to content

Commit

Permalink
bring back css integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Dec 18, 2020
1 parent 6d55262 commit 3e8b2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-integration.bat
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ call "%INTEGRATION_TEST_ELECTRON_PATH%" %GITWORKSPACE% --extensionDevelopmentPat
if %errorlevel% neq 0 exit /b %errorlevel%

:: Tests in commonJS (CSS, HTML)
REM call %~dp0\node-electron.bat %~dp0\..\extensions\css-language-features/server/test/index.js
REM if %errorlevel% neq 0 exit /b %errorlevel%
call %~dp0\node-electron.bat %~dp0\..\extensions\css-language-features/server/test/index.js
if %errorlevel% neq 0 exit /b %errorlevel%

call %~dp0\node-electron.bat %~dp0\..\extensions\html-language-features/server/test/index.js
if %errorlevel% neq 0 exit /b %errorlevel%
Expand Down

0 comments on commit 3e8b2d8

Please sign in to comment.