Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 17028ac

Browse files
committed
(tests) instructions to run tests
1 parent 4a9c1f7 commit 17028ac

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

test/readme.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Tests can be executed by running
33
```bash
44
grunt test
55
```
6+
or
7+
```bash
8+
grunt watch:tests
9+
```
610

711

812

@@ -22,11 +26,6 @@ test/
2226
#### Notes
2327
All tests are executed with the relative path being: `test/mock/`
2428

25-
A quick little helper to watch and rerun tests (requires `npm install nodemon -g`)
26-
```bash
27-
nodemon -w test -w tasks/ -i test/mock --exec 'grunt test'
28-
```
29-
3029

3130

3231
# Usage Example/Workflow

0 commit comments

Comments
 (0)