monorepo/visions/client/Taskfile.yml
Savanni D'Gerinel 41bb21c254 Set up client tests
These are definitely temporary tests, as testing the lcient API will become more difficult and require more infrastructure as real data starts entering the system.
2025-02-16 14:12:17 -05:00

17 lines
264 B
YAML

version: '3'
tasks:
fmt:
cmds:
- npx prettier -w package.json src
build:
cmds:
- npm install typescript
- typeshare --lang typescript --output-file gen/types.ts ../server/src
- npx tsc
test:
cmds:
- npx jest src/