feat(evm): add turnstile #1363
QA.yaml
on: pull_request
Tests
1m 37s
ESLint
1m 10s
TypeScript
1m 43s
Prettier
59s
Unused Files, Deps, Exports
1m 8s
E2E
0s
Annotations
7 errors and 4 warnings
src/hooks/tests/useSignUp.test.tsx > useSignUp > calls refetchUser on successful sign-up:
apps/evm/src/hooks/tests/useSignUp.test.tsx#L78
AssertionError: expected "spy" to be called with arguments: [ Any<Object>, 'mock-signature' ]
Received:
1st spy call:
Array [
- Any<Object>,
+ Object {
+ "prepareMessage": [Function prepareMessage],
+ },
+ undefined,
"mock-signature",
]
Number of calls: 1
❯ src/hooks/tests/useSignUp.test.tsx:78:30
|
Tests
Process completed with exit code 1.
|
TypeScript
Argument of type '{ address: "0x123"; }' is not assignable to parameter of type '{ address: `0x${string}`; turnstileToken: string; referralCode?: string | undefined; }'.
|
TypeScript
Argument of type '{ address: "0x123"; }' is not assignable to parameter of type '{ address: `0x${string}`; turnstileToken: string; referralCode?: string | undefined; }'.
|
TypeScript
bob-evm#typecheck: command (/home/runner/work/ui/ui/apps/evm) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
TypeScript
Argument of type '{ address: "0x123"; }' is not assignable to parameter of type '{ address: `0x${string}`; turnstileToken: string; referralCode?: string | undefined; }'.
|
TypeScript
Process completed with exit code 2.
|
Unused Files, Deps, Exports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|