force colors when running mocha tests on windows
parent
0619ede1e4
commit
605857e345
|
@ -17,7 +17,7 @@ if not "%BUILD_BUILDID%" == "" (
|
|||
|
||||
rem Otherwise
|
||||
if "%BUILD_BUILDID%" == "" (
|
||||
%CODE% .\node_modules\mocha\bin\_mocha %* | .\resources\win32\bin\cat
|
||||
%CODE% .\node_modules\mocha\bin\_mocha --colors %* | .\resources\win32\bin\cat
|
||||
)
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in New Issue