Fix tests

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 15:27:46 -07:00
commit 0cc099c00c
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 167 additions and 40 deletions

View file

@ -6,7 +6,8 @@
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "tsx --env-file=.env.test tests/api.test.ts",
"test": "tsx --env-file=.env.test tests/run-tests.ts",
"test:only": "tsx --env-file=.env.test tests/api.test.ts",
"test:get-token": "tsx --env-file=.env.test tests/get-token.ts"
},
"dependencies": {