File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8
8
"url" : " git://github.com/niemyjski/angular-filters.git"
9
9
},
10
10
"dependencies" : {
11
- "angular" : " >=1.3.x"
11
+ "angular" : " >=1.3.x" ,
12
+ "angular-mocks" : " ~1.3.7"
12
13
},
13
14
"ignore" : [
14
15
" node_modules"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = function(config) {
10
10
// list of files / patterns to load in the browser
11
11
files : [
12
12
'bower_components/angular/angular.js' ,
13
+ 'bower_components/angular-mocks/angular-mocks.js' ,
13
14
'src/angular-filters.js' ,
14
15
'src/**/*.js'
15
16
] ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = function(config) {
10
10
// list of files / patterns to load in the browser
11
11
files : [
12
12
'bower_components/angular/angular.js' ,
13
+ 'bower_components/angular-mocks/angular-mocks.js' ,
13
14
'src/angular-filters.js' ,
14
15
'src/**/*.js'
15
16
] ,
You can’t perform that action at this time.
0 commit comments