fix: upgrade better-sqlite3 for Node 24 compat, add --forceExit to jest

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-15 18:51:50 -04:00
parent 84b0c83409
commit 8e8e6bdf05
2 changed files with 10 additions and 7 deletions

View File

@@ -6,14 +6,14 @@
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest --config ../jest.config.js --runInBand --verbose",
"test:watch": "jest --config ../jest.config.js --runInBand --watch"
"test": "jest --config ../jest.config.js --runInBand --verbose --forceExit",
"test:watch": "jest --config ../jest.config.js --runInBand --watch --forceExit"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"better-sqlite3": "^9.2.2",
"better-sqlite3": "^12.8.0",
"cors": "^2.8.5",
"csv-parse": "^5.5.3",
"csv-stringify": "^6.4.5",