Socket
Socket
Sign inDemoInstall

mocha-nightwatch

Package Overview
Dependencies
25
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

9

lib/overrides/runnable.js

@@ -76,5 +76,12 @@ var create = require('lodash.create');

if (this.type == 'test') {
var module = [];
if (this.parent.parent.title) {
module.push(this.parent.parent.title);
}
module.push(this.parent.title);
var moduleTitle = module.join('/').toLocaleLowerCase().replace(/\s+/g,'-');
this._nightwatch.api('currentTest', {
name : this.title,
module : this.file
module : moduleTitle
});

@@ -81,0 +88,0 @@ }

2

package.json
{
"name": "mocha-nightwatch",
"version": "2.2.5",
"version": "2.2.6",
"description": "simple, flexible, fun test framework",

@@ -5,0 +5,0 @@ "keywords": [

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