update test

This commit is contained in:
DieMyst
2021-06-07 18:17:01 +03:00
parent 257ef0ce68
commit 42304a2bd3
4 changed files with 16 additions and 10 deletions

View File

@ -145,7 +145,7 @@ const main = async () => {
checkCall("nestedFuncsCall", nestedFuncsResult, "some-str", cb)
checkCall("assignmentCall", assignmentResult, "abc", cb)
checkCall("assignmentCall", assignmentResult, ["abc", "hello"], cb)
if (success) {
process.exit(0)