feat: add error states for general, passkey and wallet-connect errors #3733
Triggered via pull request
September 11, 2024 14:51
Status
Failure
Total duration
4m 21s
Artifacts
–
on-pull-request.yml
on: pull_request
Enforce PR Title Format
1m 50s
Lint
2m 25s
Build and Test
4m 10s
Annotations
2 errors and 5 warnings
src/tailwind/utils.test.ts > tailwind utils test > merge tests > should correctly override items in the default theme:
account-kit/react/src/tailwind/utils.test.ts#L18
Error: Snapshot `tailwind utils test > merge tests > should correctly override items in the default theme 1` mismatched
- Expected
+ Received
@@ -7,10 +7,14 @@
},
"bg-surface-critical": {
"dark": "#FEF2F2",
"light": "#FEF2F2",
},
+ "bg-surface-critical-light": {
+ "dark": "#FEE2E2",
+ "light": "#FEE2E2",
+ },
"bg-surface-default": {
"dark": "#020617",
"light": "#fff",
},
"bg-surface-error": {
@@ -30,14 +34,10 @@
"light": "#16A34A",
},
"bg-surface-warning": {
"dark": "#FDBA74",
"light": "#EA580C",
- },
- ""bg-surface-critical-light": {
- "dark": "#FEF2F2",
- "light": "#FEF2F2",
},
"btn-auth": {
"dark": "argb(255, 255, 255, 0.05)",
"light": "#FFF",
},
❯ src/tailwind/utils.test.ts:18:38
|
Build and Test
Process completed with exit code 1.
|
Enforce PR Title Format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Enforce PR Title Format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, 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/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, 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/
|
Lint:
account-kit/react/postcss.config.js#L1
Assign object to a variable before exporting as module default
|
Build and 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, 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/
|