Add unit tests for AdminCreateOrderCycleCtrl angular controller

This commit is contained in:
Rohan Mitchell
2012-12-05 16:09:20 +11:00
parent 55423d2df1
commit 0a6686b592
12 changed files with 440 additions and 0 deletions

11
script-angular/test.bat Normal file
View File

@@ -0,0 +1,11 @@
@echo off
REM Windows script for running unit tests
REM You have to run server and capture some browser first
REM
REM Requirements:
REM - NodeJS (http://nodejs.org/)
REM - Testacular (npm install -g testacular)
set BASE_DIR=%~dp0
testacular start "%BASE_DIR%\..\config\testacular.conf.js" %*