New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thunk-test

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thunk-test - npm Package Compare versions

Comparing version 0.2.3 to 0.2.5

2

package.json
{
"name": "thunk-test",
"version": "0.2.3",
"version": "0.2.5",
"description": "Modular testing for JavaScript",

@@ -5,0 +5,0 @@ "author": "Richard Tong",

# ThunkTest
Modular testing for JavaScript. Set up tests as thunks, then execute them with a call.
Modular testing for JavaScript. Set up tests as thunks, then execute them with a call. Run with `node`.

@@ -8,4 +8,4 @@ ```javascript

ThunkTest('adds two values', add)
.case(5, 5, 10) // assert.strictEqual(add(5, 5), 10)
.case('abcde', 'fg', result => { // supply your own callback
.case(5, 5, 10)
.case('abcde', 'fg', result => {
assert.strictEqual(result, 'abcdefg')

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