vscode/scripts/test.bat
2016-01-13 11:15:03 +01:00

8 lines
136 B
Batchfile

@echo off
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
pushd %~dp0\..
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
popd