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.2 to 1.1.0

4

lib/step.js
module.exports.step = global.step = function(msg, fn) {
function markRemainingTestsAndSubSuitesAsPending(currentTest) {
if (currentTest._retries !== -1 && currentTest._currentRetry < currentTest._retries) {
return;
}
var tests = currentTest.parent.tests;

@@ -5,0 +7,0 @@ var suites = currentTest.parent.suites;

{
"name": "mocha-steps",
"version": "1.0.2",
"version": "1.1.0",
"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