- Update dependencies
- Add plugin stub to runtime (#73) @joepavitt
- Use compatible versions rather than specific version of dependencies (#70) @Pezmc
- Fix async module loading (#65) @knolleary
- Update README.md (#61) @andreasmarkussen
- Add support for async node modules (#63) @knolleary
- Require node.js >=14
- Add
setFlows
so that node being tested can modify flows (#54) @Steve-Mcl
- 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)
- Optionally preload catch/status/complete nodes in test cases Fixes #48
- Add proper middleware on httpAdmin express app
- Update dependencies
- #43 Helper.load return a Promise
- Allow runtime settings to be provided in
helper.init(runtimepath, userSettings)
- Add
helper.settings(userSettings)