File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -217,3 +217,4 @@ pip-log.txt
217
217
# custom
218
218
.idea /
219
219
node_modules /
220
+ vendor /
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ module.exports = function(config) {
17
17
files : [
18
18
'vendor/jquery/jquery-2.1.0.min.js' , // jQuery is included for the purposes of easier DOM selection when testing directives.
19
19
'vendor/angular/angular.js' ,
20
- 'vendor/angular/angular-mocks.js' ,
20
+ 'vendor/angular-ui-router/release/angular-ui-router.js' ,
21
+ 'vendor/angular-mocks/angular-mocks.js' ,
22
+ 'tmp/templates.js' ,
21
23
'src/angularUtils.js' ,
22
24
'src/filters/**/*.js' ,
23
25
'src/filters/**/*.spec.js' ,
@@ -63,7 +65,7 @@ module.exports = function(config) {
63
65
// - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
64
66
// - PhantomJS
65
67
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
66
- browsers : [ 'Firefox ' ] ,
68
+ browsers : [ 'Chrome ' ] ,
67
69
68
70
69
71
// If browser does not capture in given timeout [ms], kill it
You can’t perform that action at this time.
0 commit comments