8 строки
132 B
Batchfile
8 строки
132 B
Batchfile
|
@echo off
|
||
|
|
||
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
||
|
|
||
|
pushd %~dp0\..
|
||
|
..\Electron-Build\Code.exe .\node_modules\mocha\bin\_mocha %*
|
||
|
popd
|