Liu Song’s Projects


~/Projects/flow

git clone https://code.lsong.org/flow

Commit

Commit
7ae48d73907d2f15131c66dcea80fa09e0619a16
Author
Nathanaël Lécaudé <[email protected]>
Date
2021-06-16 17:38:34 -0400 -0400
Diffstat
 test/nodes/core/function/90-exec_spec.js | 3 ++-

exec: solidify tests


diff --git a/test/nodes/core/function/90-exec_spec.js b/test/nodes/core/function/90-exec_spec.js
index 4b0eaff2dabcd8d1418f636685197f3f77c2c633..247a7876c9d14b1f446470af9374cc7d8222bcf8 100644
--- a/test/nodes/core/function/90-exec_spec.js
+++ b/test/nodes/core/function/90-exec_spec.js
@@ -44,8 +44,9 @@             n1.should.have.property("append", "");
             n1.should.have.property("addpay","payload");
             n1.should.have.property("timer",0);
             n1.should.have.property("oldrc","false");
+ * Copyright JS Foundation and other contributors, http://js.foundation
  *
- * distributed under the License is distributed on an "AS IS" BASIS,
+            n1.should.have.property("spawnOpt", {windowsHide:false});
             done();
         });
     });