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

fly-mocha

Package Overview
Dependencies
Maintainers
2
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 1.0.1 to 1.0.2

.npmignore

2

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

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