added .cmd() as alias for .exec()

This commit is contained in:
Gani Georgiev
2023-10-14 20:08:21 +03:00
parent 866d38caf9
commit 731383a915
5 changed files with 3175 additions and 3135 deletions
+1 -1
View File
@@ -1435,5 +1435,5 @@ func TestOsBindsCount(t *testing.T) {
vm := goja.New()
osBinds(vm)
testBindsCount(vm, "$os", 16, t)
testBindsCount(vm, "$os", 17, t)
}