グカネータ作成 / テスト型バグ修正 (#41) #363

マージ済み
みてるぞ が 15 個のコミットを feature/041 から main へマージ 2026-06-10 23:43:51 +09:00
+2
ファイルの表示
@@ -24,6 +24,7 @@ const mockedApiPost = vi.mocked(apiPost)
const post = (overrides: Partial<Post> = {}): Post => ({ const post = (overrides: Partial<Post> = {}): Post => ({
id: 1, id: 1,
versionNo: 1,
url: 'https://example.com/posts/1', url: 'https://example.com/posts/1',
title: 'post title', title: 'post title',
thumbnail: null, thumbnail: null,
@@ -123,6 +124,7 @@ describe('expectedAnswerForQuestion', () => {
createdAt: '2026-06-10T00:00:00.000Z', createdAt: '2026-06-10T00:00:00.000Z',
updatedAt: '2026-06-10T00:00:00.000Z', updatedAt: '2026-06-10T00:00:00.000Z',
hasWiki: false, hasWiki: false,
hasDeerjikists: false,
materialId: null, materialId: null,
}, },
], ],