We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c100d3 + ea6613e commit 5891c2eCopy full SHA for 5891c2e
src/client/test/encryption.test.ts
@@ -91,7 +91,4 @@ test("catchDecryptionErrors", async () => {
91
expect(result).toEqual("This is non-decryptable");
92
93
expect(decryptionErrors.length).toBe(1);
94
- expect(decryptionErrors[0].message).toBe(
95
- "Cannot read property 'length' of undefined"
96
- );
97
});
0 commit comments