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

Commit 16ec9a2

Browse files
kristyjysfrisk
authored andcommitted
Documentation: Add note about running Grunt tests to README.md
Closes gh-158
1 parent 4150b60 commit 16ec9a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ To automate the build process during development, run the `grunt watch` task to
3535
$ grunt watch
3636
```
3737

38+
### Grunt Tests
39+
40+
To run the tests locally run:
41+
42+
```bash
43+
$ grunt test
44+
```
45+
Make sure you run the tests before creating a pull request.
46+
3847
### Performance testing
3948

4049
#### Setup

0 commit comments

Comments
 (0)