Skip to content

Commit

Permalink
fix(npm): make sure to include mocha for server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jan 28, 2016
1 parent d3b4c54 commit 6c4e926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
"karma-ng-jade2js-preprocessor": "^0.2.0",<% } else { %>
"karma-ng-html2js-preprocessor": "~0.2.0",<% } %>
"karma-spec-reporter": "~0.0.20",
"sinon-chai": "^2.8.0",<% if (filters.mocha) { %>
"mocha": "^2.2.5",
"sinon-chai": "^2.8.0",
"mocha": "^2.2.5",<% if (filters.mocha) { %>
"karma-mocha": "^0.2.0",
"karma-chai-plugins": "^0.6.0",<% } if (filters.jasmine) { %>
"jasmine-core": "^2.3.4",
Expand Down

0 comments on commit 6c4e926

Please sign in to comment.