Add e2e tests and bump versions #46
Annotations
2 errors and 1 warning
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:55:3
|
build
Process completed with exit code 1.
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|