Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 702 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 702 Bytes

Reporting issues

If you are reporting an issue here, please make sure that the issue is with grunt-nodemon and not nodemon. If you have discovered a bug in nodemon, please file an issue there.

Tests

We use the mocha test framework and should assertion library to test grunt-pages. To run the test suite, enter the following command:

grunt test

There are integration tests located in this file which verify that the .nodemonignore file is created/removed as expected.