Merge pull request #105 from kc3hack/fix-admin-scroll-hidden #240
Annotations
3 errors
src/services/story.test.ts > findStoriesWithPager > ページネーションして返すことができる:
packages/akane-next/src/services/story.test.ts#L39
AssertionError: expected [ …(2) ] to deeply equal [ …(2) ]
- Expected
+ Received
[
{
+ "area": "2QsWNz1dgOJNC4edLPOf",
+ "content": "RKpZ0hJYqXrUT86Eq8Ae",
+ "created_at": 2025-02-24T03:07:34.010Z,
+ "difficulty": 2,
+ "estimated_time": null,
+ "id": 101256097402191876n,
+ "image_url": "https://example.com/image.jpg",
+ "latitude": 36.65657,
+ "longitude": -133.7982,
+ "pin_class": "C5Z4gZJIWOiAqAGOdHKv",
+ "radius": 0,
+ "status": "published",
+ "title": "a3ZtO2efiX2ibuCVyPeA",
+ "type": "long",
+ "updated_at": 2025-02-24T03:07:34.010Z,
+ "user_account_id": 0n,
+ },
+ {
"area": "GoC7ATbVnH9FQzvi4VyT",
"content": "18btNnalqNsYr3KdF02g",
"created_at": 2025-02-24T03:07:34.009Z,
"difficulty": 4,
"estimated_time": null,
"id": 101256097402191877n,
"image_url": "https://example.com/image.jpg",
"latitude": -67.83102,
"longitude": 151.6009,
"pin_class": "KUfHh1D4L7Pw8TchmfyV",
"radius": 0,
"status": "published",
"title": "NlZH9RO9MUlx4g2cCp0U",
"type": "long",
"updated_at": 2025-02-24T03:07:34.009Z,
- "user_account_id": 0n,
- },
- {
- "area": "PPL403XCqVQyPSB02jMY",
- "content": "CZwrfojHJn9DSDFgpAXL",
- "created_at": 2025-02-24T03:07:34.004Z,
- "difficulty": 2,
- "estimated_time": null,
- "id": 101256097402191875n,
- "image_url": "https://example.com/image.jpg",
- "latitude": 75.11353,
- "longitude": -69.76587,
- "pin_class": "DoFqU3SfhFScslm25Tej",
- "radius": 0,
- "status": "published",
- "title": "DwmhXEgAvATOL7rZfGBx",
- "type": "long",
- "updated_at": 2025-02-24T03:07:34.004Z,
"user_account_id": 0n,
},
]
❯ src/services/story.test.ts:39:25
|
src/services/story.test.ts > searchStories > 内容で検索できる:
packages/akane-next/src/services/story.test.ts#L151
AssertionError: expected [] to deeply equal [ { id: 101256097402191888n, …(15) } ]
- Expected
+ Received
- [
- {
- "area": "hLdZojBh9xIUgTJRPKEr",
- "content": "テストテスト検索テストテスト",
- "created_at": 2025-02-24T03:07:34.590Z,
- "difficulty": 2,
- "estimated_time": null,
- "id": 101256097402191888n,
- "image_url": "https://example.com/image.jpg",
- "latitude": 38.58138,
- "longitude": 52.47591,
- "pin_class": "c7yay991OamGXdrd1Nc3",
- "radius": 0,
- "status": "published",
- "title": "B7Y9RnHooa90Hnfi2l07",
- "type": "long",
- "updated_at": 2025-02-24T03:07:34.590Z,
- "user_account_id": 0n,
- },
- ]
+ []
❯ src/services/story.test.ts:151:18
|
test
Process completed with exit code 201.
|