yet another kludge

This commit is contained in:
Ivan Boldyrev 2024-01-04 18:38:58 +01:00
parent 42068ac862
commit 698bb0e79e

View File

@ -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.