gulp-ddescribe-iit
Based on @btford's grunt-ddescribe-iit, with a gulp and ANSI color makeover. Consider using gulp-acorn-ddescribe-iit to minimize false positives. If submitting patches, please submit patches to both projects, or at least file a bug to make sure they maintain feature parity.
Hows it look!?
This is super important, I'm glad you asked. I spent a good few minutes trying to make it look decent.
![screen shot 2015-07-07 at 10 13 11 pm](https://cloud.githubusercontent.com/assets/2294695/8561561/7783a478-24f5-11e5-9f52-c68a89b5371f.png)
Usage
var ddescribeIit = ; // I mean, that's basically it --- there isn't much to it.gulp;
Options
Option | Description |
---|---|
allowDisabledTests |
If set to a defined falsy value, will report errors when xit or xdescribe are used. Defaults to true |
noColor |
Defaults to false --- If true, disables color output. |
basePath |
Defaults to current working directory --- Used to determine relative path of file. If falsy, uses unmodified path. |
tabWidth |
Defaults to 4 --- Must be a number not less than 2 or greater than 8. |
License
MIT License --- See LICENSE for details.