Update AGENTS.md with testing details

This commit is contained in:
2026-03-14 14:04:23 +04:00
parent 6b434adde4
commit cd349944cf

View File

@@ -26,8 +26,10 @@ It is written in TypeScript and compiled to a JavaScript module suitable for use
- `dist/`: specific build artifacts. Do not edit files here directly. - `dist/`: specific build artifacts. Do not edit files here directly.
## Testing ## Testing
- Currently, no automated test suite is configured. - **Framework:** `vitest`
- `pnpm test` will exit with an error. - **Run tests:** `pnpm test`
- **Watch mode:** `pnpm run test:watch`
- **Location:** Tests are located in the `test/` directory.
## Contribution Guidelines ## Contribution Guidelines
- When adding new functionality, ensure proper types are exported in `src/types.d.ts` or within the module files. - When adding new functionality, ensure proper types are exported in `src/types.d.ts` or within the module files.