gulp-mocha
Advanced tools
Comparing version 0.5.2 to 1.0.0
@@ -25,4 +25,3 @@ 'use strict'; | ||
mocha.addFile(file.path); | ||
this.push(file); | ||
cb(); | ||
cb(null, file); | ||
}, function (cb) { | ||
@@ -29,0 +28,0 @@ var stream = this; |
{ | ||
"name": "gulp-mocha", | ||
"version": "0.5.2", | ||
"version": "1.0.0", | ||
"description": "Run Mocha tests", | ||
@@ -38,4 +38,4 @@ "license": "MIT", | ||
"mocha": "^1", | ||
"through2": "^0.5.1" | ||
"through2": "^0.6.1" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # [gulp](http://gulpjs.com)-mocha [![Build Status](https://travis-ci.org/sindresorhus/gulp-mocha.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-mocha) | ||
```bash | ||
```sh | ||
$ npm install --save-dev gulp-mocha | ||
@@ -36,3 +36,3 @@ ``` | ||
Type: `String` | ||
Type: `string` | ||
Default: `bdd` | ||
@@ -46,3 +46,3 @@ Values: `bdd`, `tdd`, `qunit`, `exports` | ||
Type: `String` | ||
Type: `string` | ||
Default: `dot` | ||
@@ -58,3 +58,3 @@ Values: [reporters](https://github.com/visionmedia/mocha/tree/master/lib/reporters) | ||
Type: `Array` | ||
Type: `array` | ||
@@ -66,3 +66,3 @@ Accepted globals. | ||
Type: `Number` | ||
Type: `number` | ||
Default: `2000` | ||
@@ -75,3 +75,3 @@ | ||
Type: `Boolean` | ||
Type: `boolean` | ||
Default: `false` | ||
@@ -84,3 +84,3 @@ | ||
Type: `Boolean` | ||
Type: `boolean` | ||
Default: `false` | ||
@@ -93,12 +93,14 @@ | ||
Type: `String` | ||
Type: `string` | ||
Only run tests matching the given pattern which is internally compiled to a RegExp. | ||
### CoffeeScript | ||
## CoffeeScript | ||
For CoffeeScript support, add `require('coffee-script')` with CoffeeScript 1.6- or `require('coffee-script/register')` with CoffeeScript 1.7+. | ||
## License | ||
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com) | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
99
3531
47
+ Addedthrough2@0.6.5(transitive)
- Removedthrough2@0.5.1(transitive)
- Removedxtend@3.0.0(transitive)
Updatedthrough2@^0.6.1