Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "fly-mocha", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Mocha plugin for Fly", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -29,6 +29,8 @@ <div align="center"> | ||
```js | ||
exports.test = function* () { | ||
yield this | ||
.source("spec/*Spec.js") | ||
.mocha({ reporter: "nyan" }) | ||
module.exports = { | ||
*test(fly) { | ||
yield fly | ||
.source("spec/*Spec.js") | ||
.mocha({ reporter: "nyan" }) | ||
}, | ||
} | ||
@@ -39,3 +41,3 @@ ``` | ||
[MIT][mit] © [Jorge Bucaran][author] et [al][contributors] | ||
[MIT][mit] © [Jorge Bucaran][author] et [al][contributors] | ||
@@ -42,0 +44,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43803
12
59