mock-grunt
v0.0.2
Published
Mock grunt runtime to easily unit-test tasks
Downloads
18
Maintainers
Readme
Mock Grunt
When writing tasks in grunt, testing the acutal file implementing the tasks itself is not easily to test.
This tiny package implements (for now some) APIs that I needed to test some of the tasks I dealt with.
Currently supported test features are:
- registering a multi task
- executing synchronous and asynchronous tasks
- file access through
readJSON - ... to be continued
