[#186] PWA 적용 #21
Annotations
2 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
|
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/
|