Skip to content

Commit 2fbb64f

Browse files
chrisirhcfernando-sendMail
authored andcommitted
chore(tests): use angular installed via npm
- Avoid maintaining / copying AngularJS source code on our repo. - Ensures that Travis checks out the latest Angular version and tests against it.
1 parent c489c6d commit 2fbb64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +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-
'misc/test-lib/angular.js',
20-
'misc/test-lib/angular-mocks.js',
19+
'node_modules/angular/angular.js',
20+
'node_modules/angular-mocks/angular-mocks.js',
2121
'misc/test-lib/helpers.js',
2222
'src/**/*.js',
2323
'template/**/*.js'

0 commit comments

Comments
 (0)