This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
feat: settings link for non logged users #1524
Annotations
3 errors and 1 warning
components/__tests__/ProfileCardShareUniversalPage.spec.ts > ProfileCardShareUniversalPage > should open in a new tab:
components/__tests__/ProfileCardShareUniversalPage.spec.ts#L20
AssertionError: expected "bound bound open" to be called with arguments: [ …(2) ]
Received:
1st bound bound open call:
Array [
"https://universal.page/profiles/lukso/0x1234567890abcdef1234567890abcdef12345678",
"_blank",
+ "",
]
Number of calls: 1
❯ components/__tests__/ProfileCardShareUniversalPage.spec.ts:20:27
|
components/__tests__/ProfileCardShareUniversalSwaps.spec.ts > ProfileCardShareUniversalSwaps > should open in a new tab:
components/__tests__/ProfileCardShareUniversalSwaps.spec.ts#L20
AssertionError: expected "bound bound open" to be called with arguments: [ …(2) ]
Received:
1st bound bound open call:
Array [
"https://universalswaps.io/social/0x1234567890abcdef1234567890abcdef12345678",
"_blank",
+ "",
]
Number of calls: 1
❯ components/__tests__/ProfileCardShareUniversalSwaps.spec.ts:20:27
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|