chore: update api test suite and include it in run test (#49794)

This commit is contained in:
Oliver Eyton-Williams
2023-03-23 17:57:11 +01:00
committed by GitHub
parent 87d9ade1a7
commit a0f958189e
11 changed files with 124 additions and 63 deletions
+3 -3
View File
@@ -49,9 +49,9 @@
},
"scripts": {
"build": "tsc",
"develop": "nodemon index.ts",
"start": "NODE_ENV=production node index.ts",
"test": "node --test -r ts-node/register **/*.test.ts",
"develop": "nodemon server.ts",
"start": "NODE_ENV=production node server.js",
"test": "jest --force-exit",
"prisma": "MONGOHQ_URL=mongodb://localhost:27017/freecodecamp?directConnection=true prisma",
"postinstall": "prisma generate"
},