mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 12:56:08 -05:00
11 lines
198 B
Batchfile
11 lines
198 B
Batchfile
setlocal
|
|
|
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
|
set ELECTRON_NO_ATTACH_CONSOLE=1
|
|
|
|
pushd %~dp0\..
|
|
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
|
|
popd
|
|
|
|
endlocal
|
|
exit /b %errorlevel% |