Socket
Socket
Sign inDemoInstall

mocha-steps

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-steps - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

README.md

4

lib/step.js

@@ -1,2 +0,2 @@

global.step = function(msg, fn) {
module.exports.step = global.step = function(msg, fn) {

@@ -85,4 +85,4 @@ function markRemainingTestsAndSubSuitesAsPending(currentTest) {

global.xstep = function(msg, fn) {
module.exports.xstep = global.xstep = function(msg, fn) {
it(msg, null);
};
{
"name": "mocha-steps",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sequential scenarios for Mocha",

@@ -5,0 +5,0 @@ "author": "Romain Prieto",

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