Vitest
Overview
Importable Vitest conformance suites that hold your project's docs and types to the same conventions Nova enforces on itself.
Dotenv Suite
Require every value in .env and .env.sample files to be wrapped in double quotes with the registerDotenvSuite conformance suite.
Frontmatter Suite
Require valid frontmatter fields on every Markdown and MDX content file with the registerFrontmatterSuite conformance suite.
Link Suite
Verify that internal documentation links and anchors resolve to real targets with the registerLinkSuite conformance suite.
Markdown Table Suite
Require documentation tables to match canonical MarkdownTable output with the registerMarkdownTableSuite conformance suite.
Terminology Suite
Validate Terminology glossary components against a source glossary page with the registerTerminologySuite conformance suite.
Type Declarations Suite
Audit TypeScript declaration mirror files against their sources for structure, ordering, naming, and coverage with registerTypeDeclarationSuite.