Skip to content

Commit

Permalink
fix(tests): remove e2e files in karma
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Mar 6, 2015
1 parent 4aecf1b commit ae74024
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/templates/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ module.exports = function (config) {
'directives/**/*.js',
'directives/**/*.html',
'filters/**/*.js'
],<% if (filters.sockets) { %>
],

exclude: [
'services/socket/socket.service.js',
],<% } %>
'views/**/*.e2e.js'<% if (filters.sockets) { %>,
'services/socket/socket.service.js'<% } %>
],

reporters: ['progress'],

Expand Down

0 comments on commit ae74024

Please sign in to comment.