mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update test helper for refactored flow engine
This commit is contained in:
parent
ec25191c98
commit
5a176a037c
@ -110,6 +110,7 @@ module.exports = {
|
||||
testNode(red);
|
||||
}
|
||||
flows.load().then(function() {
|
||||
flows.startFlows();
|
||||
should.deepEqual(testFlows, flows.getFlows());
|
||||
cb();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user