Commit d3e1ac8b authored by Pascal Hartig's avatar Pascal Hartig

Merge pull request #563 from txmikester/angular-test-fix

Fixed broken AngularJS test runner
parents 7a337a58 57d0c3ea
...@@ -3,8 +3,8 @@ basePath = '../../'; ...@@ -3,8 +3,8 @@ basePath = '../../';
files = [ files = [
JASMINE, JASMINE,
JASMINE_ADAPTER, JASMINE_ADAPTER,
'components/angular/angular.js', 'bower_components/angular/angular.js',
'components/angular-mocks/angular-mocks.js', 'bower_components/angular-mocks/angular-mocks.js',
'js/**/*.js', 'js/**/*.js',
'test/unit/**/*.js' 'test/unit/**/*.js'
]; ];
......
{ {
"name": "todomvc-angular-tests", "name": "todomvc-angular-tests",
"description": "Unit tests for the AngularJS example of TodoMVC", "description": "Unit tests for the AngularJS example of TodoMVC",
"author": "Pascal Hartig <phartig@rdrei.net>", "author": "Pascal Hartig <phartig@rdrei.net>",
"version": "1.0.0", "version": "1.0.0",
"devDependencies": { "devDependencies": {
"testacular": "~ 0.4.0" "karma": "~0.8.5"
}, },
"scripts": { "scripts": {
"test": "testacular start config/testacular.conf.js" "test": "karma start config/testacular.conf.js"
} },
"dependencies": {}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment