Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "fly-mocha", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Mocha plugin for Fly", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -27,3 +27,3 @@ <div align="center"> | ||
```js | ||
exports.test = function* () { | ||
export function* test () { | ||
yield this | ||
@@ -30,0 +30,0 @@ .source("spec/*Spec.js") |
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
4374
9