mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge branch 'pr_3026' into dev
This commit is contained in:
@@ -44,6 +44,8 @@ describe('exec node', function() {
|
||||
n1.should.have.property("addpay","payload");
|
||||
n1.should.have.property("timer",0);
|
||||
n1.should.have.property("oldrc","false");
|
||||
n1.should.have.property("execOpt", {encoding:'binary', maxBuffer:10000000, windowsHide: false});
|
||||
n1.should.have.property("spawnOpt", {windowsHide:false});
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user