chore: version check #6206
push-check.yaml
on: push
Matrix: build-doc
Matrix: build
Matrix: integration-test
Matrix: lint
Matrix: unit-test
Annotations
2 errors and 15 warnings
components/Menu/MenuItem.test.js > MenuItem > test snapshot:
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
|
unit-test (22)
Process completed with exit code 1.
|
lint (22):
packages/background/src/index.integration.test.js#L587
Some tests seem to be commented
|
lint (22):
packages/background/src/index.integration.test.js#L872
Some tests seem to be commented
|
lint (22):
packages/background/src/index.integration.test.js#L955
Some tests seem to be commented
|
lint (22):
packages/json-rpc-error/index.test.js#L42
Some tests seem to be commented
|
lint (22):
packages/json-rpc-error/index.test.js#L43
Some tests seem to be commented
|
lint (22):
packages/popup/src/hooks/index.js#L299
React Hook useEffect has missing dependencies: 'data', 'params', 'setData', and 'setTx'. Either include them or remove the dependency array
|
lint (22):
packages/popup/src/hooks/index.js#L299
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
lint (22):
packages/popup/src/hooks/useLoading/index.js#L144
React Hook useEffect has missing dependencies: 'clearLoading', 'delay', 'showBlur', 'size', 'targetDOM', and 'type'. Either include them or remove the dependency array
|
lint (22):
packages/popup/src/pages/EditGasFee/index.js#L91
React Hook useEffect has a missing dependency: 'historyTx'. Either include it or remove the dependency array
|
lint (22):
packages/popup/src/pages/EditGasFee/index.js#L91
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
lint (22)
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/
|
build (22)
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/
|
build-doc (22)
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/
|
integration-test (22)
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/
|
unit-test (22)
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/
|