Socket
Socket
Sign inDemoInstall

bdd-lazy-var

Package Overview
Dependencies
0
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

spec/get_variable_spec.js

2

lib/interface/mocha.js

@@ -9,2 +9,4 @@ var Mocha = require('mocha');

rootSuite.on('pre-require', function(context) {
var describe = context.describe;
injectLazyVarInterface(context, state);

@@ -11,0 +13,0 @@

2

package.json
{
"name": "bdd-lazy-var",
"version": "0.1.2",
"version": "0.1.3",
"author": "Sergii Stotskyi",

@@ -5,0 +5,0 @@ "description": "Provides \"ui\" for mocha.js which allows to define lazy variables and subjects",

@@ -17,2 +17,3 @@ var chai = require('chai');

mocha.addFile(__dirname + '/interface_spec.js');
mocha.addFile(__dirname + '/get_variable_spec.js');
mocha.run();
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc