mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
more kludge to see more info
This commit is contained in:
parent
64364e090c
commit
8c7c714410
@ -75,7 +75,8 @@ describe("Sig service test suite", () => {
|
||||
assert(aqua["callSig"]);
|
||||
const result = await aqua["callSig"](peer, { sigId: "CustomSig" });
|
||||
|
||||
expect(result).toBeTypeOf("boolean"); // KLUDGE to see result value.
|
||||
expect(typeof result).soft().toBeTypeOf("boolean"); // KLUDGE to see result value.
|
||||
expect(result.keys()).soft().toBeTypeOf("boolean"); // KLUDGE to see result value.
|
||||
expect(result).toHaveProperty("success", true);
|
||||
|
||||
const isSigCorrect = await customSig.verify({
|
||||
|
Loading…
Reference in New Issue
Block a user