fix: phase 1 refactor
This commit is contained in:
@@ -13,6 +13,7 @@ import type { PostData } from '../../../src/renderer/store/appStore';
|
||||
function createTestPost(overrides: Partial<PostData>): PostData {
|
||||
return {
|
||||
id: 'test-id',
|
||||
projectId: 'project-1',
|
||||
title: 'Test Post',
|
||||
slug: 'test-post',
|
||||
excerpt: 'Test excerpt',
|
||||
|
||||
Reference in New Issue
Block a user