1.2.0 • Published 9 years ago

grunt-testling v1.2.0

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

grunt-testling

Grunt task to run tests using the Testling CLI.

Check for updates in the changelog.

Install

To consume it, install it from npm.

npm i -D grunt-testling testling

Usage

No Grunt configuration is required. To configure testling, please check out their Quick Start documentation. You'll need to configure package.json with something like the following.

"testling": {
  "files": "test/*.js"
}

License

MIT