Skip to content

Commit 6c4e926

Browse files
committed
fix(npm): make sure to include mocha for server tests
1 parent d3b4c54 commit 6c4e926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@
150150
"karma-ng-jade2js-preprocessor": "^0.2.0",<% } else { %>
151151
"karma-ng-html2js-preprocessor": "~0.2.0",<% } %>
152152
"karma-spec-reporter": "~0.0.20",
153-
"sinon-chai": "^2.8.0",<% if (filters.mocha) { %>
154-
"mocha": "^2.2.5",
153+
"sinon-chai": "^2.8.0",
154+
"mocha": "^2.2.5",<% if (filters.mocha) { %>
155155
"karma-mocha": "^0.2.0",
156156
"karma-chai-plugins": "^0.6.0",<% } if (filters.jasmine) { %>
157157
"jasmine-core": "^2.3.4",

0 commit comments

Comments
 (0)