testing
Installation
SKILL.md
Testing – kickstart-next-ssg
When to use
- Checking whether CI or npm runs tests (it does not, yet)
- Planning unit, component, or E2E tests for this kickstart
Instructions
Current state
- There is no test script in package.json.
- There are no
*.test.*,*.spec.*, or__tests__directories in the repository. - GitHub Actions workflows do not run
npm test; PR checks are security/policy focused (see AGENTS.md).