Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "fly-mocha", | ||
"version": "0.0.2", | ||
"description": "Fly plugin for Mocha", | ||
"version": "0.0.3", | ||
"description": "Mocha plugin for Fly", | ||
"license": "MIT", | ||
@@ -9,3 +9,7 @@ "repository": "https://github.com/bucaran/fly-mocha", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"lint": "eslint *.js", | ||
"tape": "tape test/*.js", | ||
"test": "npm run lint && npm run tape | tspec", | ||
"build": "echo No build task specified.", | ||
"deploy": "npm run test && git push origin master && npm publish" | ||
}, | ||
@@ -15,3 +19,8 @@ "author": "Jorge Bucaran", | ||
"mocha": "^2.2.5" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^0.21.2", | ||
"tap-spec": "^4.0.2", | ||
"tape": "^4.0.0" | ||
} | ||
} |
@@ -7,8 +7,12 @@ <div align="center"> | ||
[![][fly-badge]][fly] ![][mit-badge] | ||
> [Mocha](http://mochajs.org/) plugin for _[Fly][fly]_. | ||
> [Fly][fly] plugin for [Mocha](http://mochajs.org/) | ||
[![][fly-badge]][fly] | ||
[![npm package][npm-ver-link]][releases] | ||
[![][dl-badge]][npm-pkg-link] | ||
[![][travis-badge]][travis-link] | ||
[![][mit-badge]][mit] | ||
## Usage | ||
To learn about what options are available, check out the Mocha [documentation](https://github.com/mochajs/mocha/wiki/Using-mocha-programmatically#set-options). | ||
> Check out the [documentation](https://github.com/mochajs/mocha/wiki/Using-mocha-programmatically#set-options) to see the available options. | ||
@@ -26,3 +30,3 @@ ### Install | ||
yield this | ||
.source("spec/*Spec.js", "tests/test.*.js") | ||
.source("spec/*Spec.js") | ||
.mocha({ reporter: "nyan" }) | ||
@@ -34,16 +38,16 @@ } | ||
[MIT](http://opensource.org/licenses/MIT) © [Jorge Bucaran][author] [et all](https://github.com/bucaran/fly-mocha/graphs/contributors) | ||
[MIT][mit] © [Jorge Bucaran][author] et [al][contributors] | ||
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/bucaran/fly/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
[author]: http://about.bucaran.me | ||
[fly]: https://www.github.com/flyjs/fly | ||
[fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square | ||
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square | ||
[mit]: http://opensource.org/licenses/MIT | ||
[author]: http://about.bucaran.me | ||
[contributors]: https://github.com/bucaran/fly-mocha/graphs/contributors | ||
[releases]: https://github.com/bucaran/fly-mocha/releases | ||
[fly]: https://www.github.com/flyjs/fly | ||
[fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square | ||
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square | ||
[npm-pkg-link]: https://www.npmjs.org/package/fly-mocha | ||
[npm-ver-link]: https://img.shields.io/npm/v/fly-mocha.svg?style=flat-square | ||
[dl-badge]: http://img.shields.io/npm/dm/fly-mocha.svg?style=flat-square | ||
[travis-link]: https://travis-ci.org/bucaran/fly-mocha | ||
[travis-badge]: http://img.shields.io/travis/bucaran/fly-mocha.svg?style=flat-square |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3797
5
19
2
51
3