node-red / node-red-node-test-helper

A test framework for Node-RED nodes
Apache License 2.0
57 stars 40 forks source link

Add support for async node modules #63

Closed knolleary closed 1 year ago

knolleary commented 1 year ago

If a node module returns an async function, the loading code in the test helper wasn't waiting for it.

This fixes that.