fix(test): fix 16 pre-existing type errors in page spec fixtures #10
Reference in New Issue
Block a user
Delete Branch "fix/spec-user-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
user: undefinedtoemptyData— the layout server always returnsuser, so SvelteKit's generatedPageDatatype requires itcreatedAtandupdatedAttomakeDoc— the API type requires these timestampsidto tag objects inmakeDoc—Tagtype requires anidfieldstatusfromstringto'UPLOADED' as const— the type expects the enum literalAll 16 type errors in
page.svelte.spec.tsare resolved. No logic changes.🤖 Generated with Claude Code