Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fly-mocha

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-mocha - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

test/index.js

15

package.json
{
"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"
}
}

36

README.md

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc