You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ See [.jshintrc](.jshintrc) for the [JSHint](http://jshint.com) conventions (use
54
54
55
55
Run `grunt test` in-between commits to check JS style and the code is working.
56
56
57
-
Always run `grunt` before a commit as it runs `grunt test` and builds the distributions files.
57
+
Always run `grunt` before a commit as it runs `grunt test` and builds the distributions files. Use `npm run debug` to run Karma tests in debug mode using Chrome.
0 commit comments