Add e2e tests and bump versions #39
Annotations
2 errors
tests/index.test.ts > End-to-End Tests for Extension and Client > should prevent the malicious page from signing messages:
tests/preventSignatureFromOtherOrigin.ts#L51
AssertionError: expected 'ExtensionNotAuthenticated' to be 'AppNotAuthenticated' // Object.is equality
- Expected
+ Received
- AppNotAuthenticated
+ ExtensionNotAuthenticated
❯ Module.preventSignatureFromOtherOrigin [as default] tests/preventSignatureFromOtherOrigin.ts:51:26
❯ tests/index.test.ts:52:3
|
build
Process completed with exit code 1.
|