correct test setup: remove test:e2e, skip auth tests (see prev. commit), ´BUCKET´ const mock
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-09-05 08:24:43 +02:00
parent 0bbbe0064b
commit 0483fe7766
3 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test": "npm run test:unit -- --run",
"init-db": "tsx ./src/init/init_db.ts"
},
"devDependencies": {