Skip to content

fix(test): Add status field to generateFrontmatter test fixture#101

Merged
williamzujkowski merged 1 commit intomainfrom
fix/ci-transformer-typecheck
Mar 30, 2026
Merged

fix(test): Add status field to generateFrontmatter test fixture#101
williamzujkowski merged 1 commit intomainfrom
fix/ci-transformer-typecheck

Conversation

@williamzujkowski
Copy link
Copy Markdown
Collaborator

Problem

CI typecheck failing since PR #91 added the status field to FrontmatterSchema. The test fixture in transformer.test.ts was missing the new required field.

Fix

  • Add status: 'active' to the test fixture
  • Add assertion for status: "active" in the frontmatter output check

🤖 Generated with Claude Code

The status field was added to FrontmatterSchema in PR #91 but the
test fixture in transformer.test.ts was not updated, causing CI
typecheck failures.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@williamzujkowski williamzujkowski merged commit 9a8a781 into main Mar 30, 2026
@williamzujkowski williamzujkowski deleted the fix/ci-transformer-typecheck branch March 30, 2026 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant