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 c39f237 commit 69059c0Copy full SHA for 69059c0
app/templates/karma.conf.js
@@ -23,10 +23,11 @@ module.exports = function(config) {
23
'client/bower_components/angular-socket-io/socket.js',<% } %><% if(filters.uirouter) { %>
24
'client/bower_components/angular-ui-router/release/angular-ui-router.js',<% } %>
25
'client/app/app.js',
26
- 'client/app/**/*.js',
27
'client/app/app.coffee',
+ 'client/app/**/*.js',
28
'client/app/**/*.coffee',
29
'client/components/**/*.js',
30
+ 'client/components/**/*.coffee',
31
'client/app/**/*.jade',
32
'client/components/**/*.jade',
33
'client/app/**/*.html',
0 commit comments