0.0.2 • Published 8 years ago

mock-grunt v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Mock Grunt

Build Status

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