mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 09:24:12 -05:00
8 lines
121 B
Batchfile
8 lines
121 B
Batchfile
@echo off
|
|
|
|
set ELECTRON_RUN_AS_NODE=1
|
|
|
|
pushd %~dp0\..
|
|
.\.build\electron\Code.exe .\node_modules\mocha\bin\_mocha %*
|
|
popd
|