provide test env file for unit test
Some checks failed
CI / Test (pull_request) Failing after 1m9s

This commit is contained in:
2025-01-08 18:30:07 +01:00
parent 07fcfc1539
commit c1d9d6c686
2 changed files with 10 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"build": "bun build --minify --target bun --outdir dist --sourcemap src/app.ts",
"check:code": "eslint src/ --ext .ts",
"check:spell": "cspell --config cspell.code.json **/*.ts",
"test:unit": "bun test",
"test:unit": "NODE_ENV=test bun test",
"start": "bun run src/app.ts"
},
"devDependencies": {