mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
exec: solidify tests
This commit is contained in:
parent
2f0631809d
commit
7ae48d7390
@ -44,7 +44,8 @@ describe('exec node', function() {
|
|||||||
n1.should.have.property("addpay","payload");
|
n1.should.have.property("addpay","payload");
|
||||||
n1.should.have.property("timer",0);
|
n1.should.have.property("timer",0);
|
||||||
n1.should.have.property("oldrc","false");
|
n1.should.have.property("oldrc","false");
|
||||||
n1.should.have.property("windowsHide",false);
|
n1.should.have.property("execOpt", {encoding:'binary', maxBuffer:10000000, windowsHide: false});
|
||||||
|
n1.should.have.property("spawnOpt", {windowsHide:false});
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user