グカネータ作成 / ウィニング・ラン修正 (#41) #366

マージ済み
みてるぞ が 22 個のコミットを feature/041 から main へマージ 2026-06-12 02:08:59 +09:00
コミット f936c1e5ce の変更だけを表示してゐます - すべてのコミットを表示
+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,
}, },
], ],