1.3.0 • Published 10 years ago

gulp-ddescribe-iit v1.3.0

Weekly downloads
56
License
MIT
Repository
github
Last release
10 years ago

gulp-ddescribe-iit

Build Status Coverage Status dependencies NPM Version

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.

Usage

var ddescribeIit = require('gulp-ddescribe-iit');

// I mean, that's basically it --- there isn't much to it.
gulp.task('ddescribe-iit', function(done) {
  return gulp.src(['modules/**/*.spec.ts', 'modules/**/*_spec.ts']).
     pipe(ddescribeIit({ allowDisabledTests: false }));
});

Options

OptionDescription
allowDisabledTestsIf set to a defined falsy value, will report errors when xit or xdescribe are used. Defaults to true
noColorDefaults to false --- If true, disables color output.
basePathDefaults to current working directory --- Used to determine relative path of file. If falsy, uses unmodified path.
tabWidthDefaults to 4 --- Must be a number not less than 2 or greater than 8.

License

MIT License --- See LICENSE for details.

1.3.0

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago