Added support for shelljs.cmd and async-shelljs.asyncExec

This commit is contained in:
Napalys Klicius
2025-04-30 13:37:02 +02:00
parent 25d04f1cdd
commit 18cea2d6a5
2 changed files with 19 additions and 5 deletions

View File

@@ -61,6 +61,9 @@ test_SystemCommandExecution
| tst.js:14:1:14:27 | shelljs ... ts, cb) |
| tst.js:60:1:60:51 | shelljs ... ec(cmd) |
| tst.js:61:1:61:27 | shelljs ... ec(cmd) |
| tst.js:63:1:63:37 | shelljs ... ptions) |
| tst.js:64:1:64:16 | shelljs.cmd(cmd) |
| tst.js:68:1:68:36 | shelljs ... ts, cb) |
test_FileNameSource
| tst.js:15:1:15:26 | shelljs ... file2) |
| tst.js:24:1:24:16 | shelljs.ls(file) |