mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Tidy up when usage in Flow and Node
This commit is contained in:
@@ -346,7 +346,7 @@ describe('Flow', function() {
|
||||
stoppedNodes.should.have.a.property("2");
|
||||
stoppedNodes.should.have.a.property("3");
|
||||
done();
|
||||
});
|
||||
}).catch(done);
|
||||
});
|
||||
|
||||
it("stops specified nodes",function(done) {
|
||||
|
Reference in New Issue
Block a user