mirror of https://github.com/node-red/node-red.git
Update test helper for refactored flow engine
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