testing
Installation
SKILL.md
Testing – kickstart-next
When to use
- You are considering adding tests or verifying whether CI runs unit or E2E suites.
- You need a reminder of how to handle credentials in local or future test setups.
Instructions
Current state
- package.json has no
testscript. - The repo has no
__tests__directories or*.test.*/*.spec.*files as part of this kickstart. Confirm with the codebase before assuming tests exist.
Credentials
- Never commit real API keys, delivery tokens, or preview tokens. Use placeholders in docs and
.env.example-style samples only; real values belong in local.env(gitignored).