mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-03 05:41:51 +00:00
fix tests
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {main, registerA, calc, calc2} from '../compiled/examples/funcs';
|
||||
import {main, registerA, calc, calc2, ifCalc} from '../compiled/examples/funcs';
|
||||
|
||||
export async function funcsCall() {
|
||||
|
||||
@ -20,5 +20,7 @@ export async function funcsCall() {
|
||||
console.log(c + ": " + arr)
|
||||
})
|
||||
|
||||
return [res1, res2, res3]
|
||||
let res4 = await ifCalc()
|
||||
|
||||
return [res1, res2, res3, res4]
|
||||
}
|
Reference in New Issue
Block a user