Fix tests
This commit is contained in:
parent
6d24f3c112
commit
0cc099c00c
3 changed files with 167 additions and 40 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue