Go to file
ai-implementer b8c9417961 Install and configure Jest test runner (WCTAS-4)
Adds jest, ts-jest, ts-node, and @types/jest as devDependencies and creates
jest.config.ts with the ts-jest preset. `npm test` exits 0 with no test files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 11:04:01 +00:00
src Install Express with TypeScript types 2026-07-21 10:31:05 +00:00
.gitignore [WCTAS-2] Initialize npm/TypeScript project 2026-07-21 10:12:46 +00:00
CLAUDE.md Install and configure Jest test runner (WCTAS-4) 2026-07-21 11:04:01 +00:00
jest.config.ts Install and configure Jest test runner (WCTAS-4) 2026-07-21 11:04:01 +00:00
package-lock.json Install and configure Jest test runner (WCTAS-4) 2026-07-21 11:04:01 +00:00
package.json Install and configure Jest test runner (WCTAS-4) 2026-07-21 11:04:01 +00:00
README.md Initial commit 2026-07-21 09:01:36 +00:00
tsconfig.json [WCTAS-2] Initialize npm/TypeScript project 2026-07-21 10:12:46 +00:00

word-counter-api