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

mocha-tbpl-reporter

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-tbpl-reporter - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

lib/tbpl.js

@@ -71,3 +71,2 @@ var Base = require('mocha').reporters.Base;

console.log('TEST-UNEXPECTED-FAIL | %s', title);
console.log(err.message);
this.failing += 1;

@@ -74,0 +73,0 @@ },

2

package.json
{
"name": "mocha-tbpl-reporter",
"version": "0.0.6",
"version": "0.0.7",

@@ -5,0 +5,0 @@ "author": "Gareth Aye <gaye@mozilla.com>",

@@ -49,7 +49,6 @@ var TBPL = require('../lib/tbpl'),

}
}, new Error('ruhroh'));
});
assert.strictEqual(subject.failing, failing + 1);
assert.ok(log.calledWith('TEST-UNEXPECTED-FAIL | %s', 'some title'));
assert.ok(log.calledWith('ruhroh'));
});

@@ -56,0 +55,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