test(server): add node --test harness with failing free-tier billing tests

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Timo Knuth
2026-07-06 12:37:11 +02:00
parent 222d885107
commit 4b79bbcbc9
3 changed files with 91 additions and 11 deletions

View File

@@ -8,18 +8,18 @@
"rebuild:batches": "node scripts/rebuild-from-batches.js",
"diagnostics": "node scripts/plant-diagnostics.js",
"images:download": "node scripts/download-plant-images.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node --test test/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"minio": "^8.0.5",
"pg": "^8.16.3",
"sharp": "^0.34.5",
"stripe": "^20.3.1"
}
}
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"minio": "^8.0.5",
"pg": "^8.16.3",
"sharp": "^0.34.5",
"stripe": "^20.3.1"
}
}