Skip to content

feat: add unit tests #474

feat: add unit tests

feat: add unit tests #474

Re-run triggered October 3, 2024 13:20
Status Failure
Total duration 55s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 3 warnings
typecheck
Option 'tsBuildInfoFile' cannot be specified without specifying option 'incremental' or option 'composite'.
typecheck
@ark-market/ui#typecheck: command (/home/runner/work/ark-market/ark-market/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: packages/ui/src/accordion.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
lint: packages/ui/src/accordion.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
lint: packages/ui/src/accordion.tsx#L9
Unsafe assignment of an error typed value
lint: packages/ui/src/accordion.tsx#L17
Unsafe assignment of an error typed value
lint: packages/ui/src/accordion.tsx#L17
Unsafe call of an `error` type typed value
lint: packages/ui/src/accordion.tsx#L30
Unsafe assignment of an error typed value
lint: packages/ui/src/accordion.tsx#L30
Unsafe call of an `error` type typed value
lint: packages/ui/src/accordion.tsx#L41
Unsafe assignment of an error typed value
lint: packages/ui/src/accordion.tsx#L41
Unsafe member access .displayName on an `error` typed value
lint: packages/ui/src/accordion.tsx#L52
Unsafe assignment of an error typed value
lint: packages/ui/src/date-time-picker.tsx#L261
React Hook React.useMemo has a missing dependency: 'props.locale'. Either include it or remove the dependency array
lint: packages/ui/src/date-time-picker.tsx#L264
React Hook React.useMemo has missing dependencies: 'props.locale' and 'yearRange'. Either include them or remove the dependency array
lint: apps/arkmarket/src/app/components/main-carousel.tsx#L56
React Hook useEffect has a missing dependency: 'startAutoSlide'. Either include it or remove the dependency array