#41 テスト型バグ修正

このコミットが含まれているのは:
2026-06-10 23:41:15 +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,
}, },
], ],