We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d966a5d commit 340c882Copy full SHA for 340c882
config/karma.conf.js
@@ -4,7 +4,7 @@ module.exports = function(config){
4
5
files : [
6
'app/lib/angular/angular.js',
7
- 'app/lib/angular/angular-.js',
+ 'app/lib/angular/angular-*.js',
8
'test/lib/angular/angular-mocks.js',
9
'app/js/**/*.js',
10
'test/unit/**/*.js'
0 commit comments