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.
1 parent 7c100d3 commit ea6613eCopy full SHA for ea6613e
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