You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-red-node-test-helper

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-node-test-helper - npm Package Versions

23

0.3.4

Diff
k
knolleary
published 0.3.4 •

Changelog

Source

0.3.4

  • Update dependencies
k
knolleary
published 0.3.4-debug •
k
knolleary
published 0.3.3 •

Changelog

Source

0.3.3

  • Add plugin stub to runtime (#73) @joepavitt
  • Use compatible versions rather than specific version of dependencies (#70) @Pezmc
k
knolleary
published 0.3.2 •

Changelog

Source

0.3.2

  • Fix async module loading (#65) @knolleary
  • Update README.md (#61) @andreasmarkussen
k
knolleary
published 0.3.1 •

Changelog

Source

0.3.1

  • Add support for async node modules (#63) @knolleary
k
knolleary
published 0.3.0 •

Changelog

Source

0.3.0

  • Require node.js >=14
  • Add setFlows so that node being tested can modify flows (#54) @Steve-Mcl
k
knolleary
published 0.2.7 •

Changelog

Source

0.2.7

  • Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
  • README.md: Update example unit test to report assertion failures
  • examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)
k
knolleary
published 0.2.6 •

Changelog

Source

0.2.6

  • Optionally preload catch/status/complete nodes in test cases Fixes #48
k
knolleary
published 0.2.5 •

Changelog

Source

0.2.5

  • Add proper middleware on httpAdmin express app
k
knolleary
published 0.2.4 •

Changelog

Source

0.2.4

  • Update dependencies
  • #43 Helper.load return a Promise