vscode/test/run.bat

8 lines
132 B
Batchfile
Raw Normal View History

2015-11-13 13:39:38 +00:00
@echo off
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
pushd %~dp0\..
..\Electron-Build\Code.exe .\node_modules\mocha\bin\_mocha %*
popd