mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 17:52:13 +00:00
yet another kludge
This commit is contained in:
parent
42068ac862
commit
698bb0e79e
@ -73,7 +73,7 @@ describe("Sig service test suite", () => {
|
||||
customSig.securityGuard = allowServiceFn("data", "provide_data");
|
||||
|
||||
assert(aqua["callSig"]);
|
||||
const result = await aqua["callSig"](peer, { sigId: "CustomSig" });
|
||||
const result: any = await aqua["callSig"](peer, { sigId: "CustomSig" });
|
||||
|
||||
expect.soft(typeof result).toBeTypeOf("boolean"); // KLUDGE to see result value.
|
||||
expect.soft(result.keys()).toBeTypeOf("boolean"); // KLUDGE to see result value.
|
||||
|
Loading…
x
Reference in New Issue
Block a user