Fix CI: add express/pg devDeps for atlas test, allow lint warnings, drop forceExit

This commit is contained in:
Jordan Ramos
2026-05-08 13:25:58 -06:00
parent b870f47e67
commit f76996a161
3 changed files with 707 additions and 199 deletions

View File

@@ -51,6 +51,8 @@
}
},
"devDependencies": {
"fast-check": "^4.7.0"
"express": "^5.2.1",
"fast-check": "^4.7.0",
"pg": "^8.20.0"
}
}