From cc99c7e9a45a5faff848dc47ecb6290247474ed9 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 9 Apr 2019 16:29:59 +0200 Subject: [PATCH] fix test-integration comment --- scripts/test-integration.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat index 227bd2e456e..65a0c599f47 100644 --- a/scripts/test-integration.bat +++ b/scripts/test-integration.bat @@ -22,7 +22,7 @@ if %errorlevel% neq 0 exit /b %errorlevel% call .\scripts\code.bat $%~dp0\..\extensions\emmet\test-fixtures --extensionDevelopmentPath=%~dp0\..\extensions\emmet --extensionTestsPath=%~dp0\..\extensions\emmet\out\test --disableExtensions --user-data-dir=%VSCODEUSERDATADIR% . if %errorlevel% neq 0 exit /b %errorlevel% -# Tests in commonJS (HTML, CSS, JSON language server tests...) +:: Tests in commonJS (HTML, CSS, JSON language server tests...) call .\scripts\node-electron.bat .\node_modules\mocha\bin\_mocha .\extensions\*\server\out\test\**\*.test.js if %errorlevel% neq 0 exit /b %errorlevel%