Skip to content

Releases: node-red/node-red-node-test-helper

0.3.5

31 Jul 16:33
07e6275

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.4...0.3.5

0.3.4

03 May 11:01
fc1d059

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.3...0.3.4

0.3.3

22 Dec 14:58
8d82fbf

Choose a tag to compare

What's Changed

  • Use compatible versions rather than specific version of dependencies by @Pezmc in #70
  • Dependency Upgrades by @Pezmc in #69
  • Add plugin stub to runtime by @joepavitt in #73

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

23 Jun 00:20
6009463

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

28 Apr 20:42
aa56307

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

21 Jun 08:38
51e35e5

Choose a tag to compare

0.3.0

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

0.2.7

13 Feb 00:16
229c5fb

Choose a tag to compare

  • 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)

0.2.6: Optionally preload catch/status/complete nodes in test cases

13 Feb 00:15

Choose a tag to compare

  • Optionally preload catch/status/complete nodes in test cases Fixes #48

0.2.5

27 May 11:17

Choose a tag to compare

  • Add proper middleware on httpAdmin express app

0.2.4

22 May 20:06

Choose a tag to compare

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