Skip to content

Commit 458d2fa

Browse files
chrisirhcfernando-sendMail
authored andcommitted
chore(build): upgrade to Karma 0.12
Upgrade configuration file. However, still use an old version of karma-jasmine because upgrading to Jasmine 2.x requires a number of test code changes. Note that firefox-launcher is used for travis CI builds.
1 parent 163d356 commit 458d2fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

karma.conf.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ module.exports = function(config) {
1616
// list of files / patterns to load in the browser
1717
files: [
1818
'misc/test-lib/jquery-1.8.2.min.js',
19-
'node_modules/angular/angular.js',
20-
'node_modules/angular-mocks/angular-mocks.js',
21-
'node_modules/angular-sanitize/angular-sanitize.js',
19+
'misc/test-lib/angular.js',
20+
'misc/test-lib/angular-mocks.js',
2221
'misc/test-lib/helpers.js',
2322
'src/**/*.js',
2423
'template/**/*.js'

0 commit comments

Comments
 (0)