[BE] 27.07 자산 서비스 테스트 코드 작성 #237 #411
CI.yml
on: pull_request
BE-test-and-build
43s
FE-test-and-build
16s
Annotations
3 errors and 3 warnings
BE-test-and-build:
BE/src/asset/asset-service.spec.ts#L2
'ApiProperty' is defined but never used
|
BE-test-and-build:
BE/src/asset/asset-service.spec.ts#L21
'stockPriceSocketService' is assigned a value but never used
|
BE-test-and-build
Process completed with exit code 1.
|
FE-test-and-build:
FE/src/components/Search/index.tsx#L39
React Hook useEffect has missing dependencies: 'addSearchHistory' and 'isLoading'. Either include them or remove the dependency array
|
FE-test-and-build:
FE/src/components/StocksDetail/Chart.tsx#L291
React Hook useCallback has unnecessary dependencies: 'drawBarChart', 'drawCandleChart', 'drawChartGrid', 'drawLineChart', 'drawLowerYAxis', 'drawUpperYAxis', 'drawXAxis', and 'padding'. Either exclude them or remove the dependency array. Outer scope values like 'padding' aren't valid dependencies because mutating them doesn't re-render the component
|
FE-test-and-build:
FE/src/components/StocksDetail/PriceSection.tsx#L34
React Hook useCallback has a missing dependency: 'queryClient'. Either include it or remove the dependency array
|