Skip to content

[#186] PWA 적용

[#186] PWA 적용 #23

Triggered via pull request July 15, 2024 10:50
Status Failure
Total duration 1m 26s
Artifacts

vitest.yml

on: pull_request

Annotations

3 errors and 1 warning
src/tests/Home.spec.tsx > Home컴포넌트 > 검색어 입력 후 주소를 선택하고 필터를 선택하면 해당하는 마커가 나타난다.: src/tests/Home.spec.tsx#L193
AssertionError: expected "spy" to be called with arguments: [ [ …(2) ] ] Received: 1st spy call: Array [ - Array [ - Object { - "getPosition": [Function spy], - "options": Object { - "image": Object { - "imageSrc": "https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/markerStar.png", - }, - "position": Object { - "lat": 37.39119673991264, - "lng": 127.09810442584084, - }, - }, - "setDraggable": [Function spy], - "setMap": [Function spy], - }, - Object { - "getPosition": [Function spy], - "options": Object { - "image": Object { - "imageSrc": "https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/markerStar.png", - }, - "position": Object { - "lat": 37.39091660412717, - "lng": 127.0990865127028, - }, - }, - "setDraggable": [Function spy], - "setMap": [Function spy], - }, - ], + Array [], ] Number of calls: 1 ❯ src/tests/Home.spec.tsx:193:37
src/tests/Review.spec.tsx > 모각코가 끝난 후인 경우 > 리뷰 체크박스 중 하나 이상을 선택한 후 완료 버튼을 클릭하면, "후기 작성이 완료되었습니다."라는 toast 메시지가 나타난다.: src/tests/Review.spec.tsx#L179
AssertionError: expected "spy" to be called with arguments: [ { description: '후기 작성이 완료되었습니다.' } ] Received: Number of calls: 0 ❯ src/tests/Review.spec.tsx:179:19
Component-test
Process completed with exit code 1.
Component-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/