mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
8 lines
135 B
Batchfile
8 lines
135 B
Batchfile
@echo off
|
|
|
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
|
|
|
pushd %~dp0\..
|
|
.\.build\electron\CodeOSS.exe .\node_modules\mocha\bin\_mocha %*
|
|
popd
|