- Add agentBlocks and lookupMessage to controller type declarations - Separate e2e tests from unit tests via dedicated vitest.e2e.config.ts (e2e test requires built dist/index.js, can't run before build step) - Increase stdio e2e timeout from 5s to 15s for slower CI environments |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| .gitignore | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.test.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
| vitest.e2e.config.ts | ||