Commit 11a31d38 authored by Pascal Hartig's avatar Pascal Hartig

angular: upgrade karma to 0.10

Fixes #717
parent 940e94a2
basePath = '../../'; module.exports = function (config) {
'use strict';
files = [ config.set({
JASMINE, basePath: '../../',
JASMINE_ADAPTER, frameworks: ['jasmine'],
'bower_components/angular/angular.js', files: [
'bower_components/angular-mocks/angular-mocks.js', 'bower_components/angular/angular.js',
'js/**/*.js', 'bower_components/angular-mocks/angular-mocks.js',
'test/unit/**/*.js' 'js/**/*.js',
]; 'test/unit/**/*.js'
],
autoWatch = false; autoWatch: false,
singleRun: true,
singleRun = true; browsers: ['Chrome', 'Firefox']
});
browsers = ['Chrome', 'Firefox']; };
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"author": "Pascal Hartig <phartig@rdrei.net>", "author": "Pascal Hartig <phartig@rdrei.net>",
"version": "1.0.0", "version": "1.0.0",
"devDependencies": { "devDependencies": {
"karma": "~0.8.5" "karma": "~0.10.0"
}, },
"scripts": { "scripts": {
"test": "karma start config/karma.conf.js" "test": "karma start config/karma.conf.js"
......
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