Socket
Socket
Sign inDemoInstall

nodeunit-v1

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

lib/reporters/index.js
module.exports = {
'junit': require('./junit'),
// 'junit': require('./junit'),
'default': require('./default'),

@@ -5,0 +5,0 @@ 'skip_passed': require('./skip_passed'),

{
"name": "nodeunit-v1",
"version": "1.0.0",
"version": "1.0.1",
"description": "Easy unit testing for node.js and the browser.",

@@ -92,5 +92,5 @@ "maintainers": [

},
"dependencies": {
"unused-dependencies": {
"template-literal": "^1.0.4"
}
}
Nodeunit-v1
========
Currently an offer to re-maintain fork of [nodeunit](https://github.com/caolan/nodeunit)
Simple syntax, powerful tools. Nodeunit provides easy async unit testing for

@@ -18,3 +20,3 @@ node.js and the browser.

* Easy to add test cases with setUp and tearDown functions if you wish
* Flexible reporters for custom output, built-in support for HTML and jUnit XML
* Flexible reporters for custom output, built-in support for HTML
* Allows the use of mocks and stubs

@@ -21,0 +23,0 @@

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