Move JS file to tests directory

This commit is contained in:
Romain Neutron
2013-03-01 17:55:02 +01:00
parent 5ca123c52d
commit 694ba6f8af
6 changed files with 18 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
basePath = '../../../../';
files = [
JASMINE,
JASMINE_ADAPTER,
'www/assets/angular/angular.js',
'www/assets/angular-ui/build/angular-ui.js',
'www/assets/underscore/underscore.js',
'www/assets/angular-mocks/angular-mocks.js',
'www/skins/login/js/angular/app/*.js',
'tests/js/login/tests/unit/*.js'
];
autoWatch = true;
browsers = ['firefox'];

View File

@@ -8,4 +8,4 @@ REM - NodeJS (http://nodejs.org/)
REM - Testacular (npm install -g testacular) REM - Testacular (npm install -g testacular)
set BASE_DIR=%~dp0 set BASE_DIR=%~dp0
testacular start "%BASE_DIR%\..\config\testacular.conf.js" %* testacular start "%BASE_DIR%\..\login\config\testacular.conf.js" %*

View File

@@ -6,4 +6,4 @@ echo ""
echo "Starting Testacular Server (http://vojtajina.github.com/testacular)" echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
echo "-------------------------------------------------------------------" echo "-------------------------------------------------------------------"
testacular start $BASE_DIR/../config/testacular.conf.js $* testacular start $BASE_DIR/../login/config/testacular.conf.js $*

View File

@@ -1,16 +0,0 @@
basePath = '../../../../../';
files = [
JASMINE,
JASMINE_ADAPTER,
'assets/angular/angular.js',
'assets/angular-ui/build/angular-ui.js',
'assets/underscore/underscore.js',
'assets/angular-mocks/angular-mocks.js',
'skins/login/js/angular/app/*.js',
'skins/login/js/angular/tests/unit/*.js'
];
autoWatch = true;
browsers = ['firefox'];