1
0

test: Added xlsx parsing tests
Remote Deploy / deploy (push) Successful in 1m25s

This commit is contained in:
2026-06-04 11:52:41 +02:00
parent 1c6023beab
commit e94c43ca6e
9 changed files with 1724 additions and 367 deletions
+4 -2
View File
@@ -7,7 +7,8 @@
"type": "module",
"main": "server.js",
"scripts": {
"test": "tsx tests/test.ts",
"test": "vitest run",
"test:watch": "vitest",
"start": "concurrently \"NODE_ENV=development tsx server.ts\" \"NODE_ENV=development tsx cron-runner.ts\"",
"build": "tsc && cd web && hugo --gc --minify && cd ../viewer && npm run build",
"build-noweb": "tsc",
@@ -46,6 +47,7 @@
"@types/node-cron": "^3.0.11",
"@types/xml2js": "^0.4.14",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vitest": "^4.1.8"
}
}