Skip to content

Commit cb723ec

Browse files
Wesley van der Sandenkamilogorek
authored andcommitted
Fix test command in contribution guides
Closes #1065
1 parent a023305 commit cb723ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The test suite is powered by [Mocha](http://visionmedia.github.com/mocha/) and c
5151
From the command line:
5252

5353
```bash
54-
$ grunt test
54+
$ npm run test
5555
```
5656

5757
From your browser:

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ From the command line:
3535

3636
.. code-block:: sh
3737
38-
$ grunt test
38+
$ npm run test
3939
4040
From your browser:
4141

0 commit comments

Comments
 (0)