Feat/security audit #95
Annotations
3 errors
tests/index.test.ts > End-to-End Tests for Extension and Client > verify setup flow works as expected:
tests/index.test.ts#L45
Error: EXTENSION_ID is not set
❯ tests/index.test.ts:45:10
|
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 'NeedsSetup' to be 'AppNotAuthenticated' // Object.is equality
- Expected
+ Received
- AppNotAuthenticated
+ NeedsSetup
❯ Module.preventSignatureFromOtherOrigin [as default] tests/preventSignatureFromOtherOrigin.ts:51:26
❯ tests/index.test.ts:55:3
|
build
Process completed with exit code 1.
|