Converts into a string for debug. It is not safe for serialization.
The string form.
expect(toString(ok(24))).toStrictEqual("ok(24)");expect(toString(err("hoge"))).toStrictEqual("err(hoge)"); Copy
expect(toString(ok(24))).toStrictEqual("ok(24)");expect(toString(err("hoge"))).toStrictEqual("err(hoge)");
Converts into a string for debug. It is not safe for serialization.