1
0
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:
Nick O'Leary 2015-10-30 12:48:09 +00:00
parent ec25191c98
commit 5a176a037c

View File

@ -110,6 +110,7 @@ module.exports = {
testNode(red);
}
flows.load().then(function() {
flows.startFlows();
should.deepEqual(testFlows, flows.getFlows());
cb();
});