fix: phase 1 refactor

This commit is contained in:
2026-02-16 06:45:27 +01:00
parent 2ef67194f3
commit 712a55dfc7
5 changed files with 31 additions and 57 deletions

View File

@@ -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',