check constants

This commit is contained in:
DieMyst
2021-06-15 17:06:08 +03:00
parent 824b0b777e
commit 79a4c7550b
27 changed files with 236 additions and 122 deletions

View File

@ -141,7 +141,7 @@ const main = async () => {
checkCall("complexCall", complexCallResult, ["some str", "3", "1", "4", "1", "1", "3", "2", "4", "2", "2"], cb)
checkCall("constantCall", constantCallResult, "non-default string", cb)
checkCall("constantCall", constantCallResult, ['1', 'ab'], cb)
checkCall("streamCall", streamResult, ["first updated", "second updated", "third updated", "fourth updated"], cb)