mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: update api test suite and include it in run test (#49794)
This commit is contained in:
committed by
GitHub
parent
87d9ade1a7
commit
a0f958189e
+3
-3
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user