mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
The startFlows() function wasn't really being stubbed, so it was still being called. But there was no corresponding call to stopFlows(). In later tests, the check in Flows.init() was throwing the "Cannot init without a stop" error.