Add e2e tests and bump versions #44
Annotations
2 errors
tests/index.test.ts > End-to-End Tests for Extension and Client > should prevent the malicious page from signing messages:
tests/index.test.ts#L52
AssertionError: promise rejected "AssertionError: expected 'ExtensionNotAut… { …(4) }" instead of resolving
❯ tests/index.test.ts:52:56
Caused by: Caused by: AssertionError: expected 'ExtensionNotAuthenticated' to be 'AppNotAuthenticated' // Object.is equality
- Expected
+ Received
- AppNotAuthenticated
+ ExtensionNotAuthenticated
❯ Module.preventSignatureFromOtherOrigin [as default] tests/preventSignatureFromOtherOrigin.ts:51:33
❯ tests/index.test.ts:52:3
|
build
Process completed with exit code 1.
|