feat: add support for ledger live and mew address path in ledger import #6204
Annotations
2 errors and 1 warning
Run yarn test:unit --coverage:
packages/ui/components/Menu/MenuItem.test.js#L14
Error: Snapshot `MenuItem > test snapshot 1` mismatched
- Expected
+ Received
@@ -2,11 +2,11 @@
"asFragment": [Function],
"baseElement": <body>
<div>
<div
aria-hidden="true"
- class="w-50 h-12 pl-12 pr-4 flex items-center bg-gray-0 text-primary cursor-pointer"
+ class="w-50 h-12 pl-12 pr-4 flex items-center bg-gray-0 text-primary cursor-pointer "
data-testid="menu-item-wrapper"
>
<div
class="flex items-center flex-1"
>
@@ -39,11 +39,11 @@
</div>
</body>,
"container": <div>
<div
aria-hidden="true"
- class="w-50 h-12 pl-12 pr-4 flex items-center bg-gray-0 text-primary cursor-pointer"
+ class="w-50 h-12 pl-12 pr-4 flex items-center bg-gray-0 text-primary cursor-pointer "
data-testid="menu-item-wrapper"
>
<div
class="flex items-center flex-1"
>
❯ components/Menu/MenuItem.test.js:14:22
|
Run yarn test:unit --coverage
Process completed with exit code 1.
|
Get yarn cache directory path
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading