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

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

Return Promise for helper.load #42

Closed JbIPS closed 4 years ago

JbIPS commented 4 years ago

Hi,

I noticed that helper.load only works with a callback but ultimately relies on a Promise.

Could you return it instead of forcing a callback and no return value?

I can do the PR if it's OK with you.

knolleary commented 4 years ago

A PR would be welcome as long as the callback is still called if provided to maintain the existing behaviour.

JbIPS commented 4 years ago

PR is done, let me know if anything's missing.