Skip to content

Commit

Permalink
Fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 12, 2024
1 parent 154813d commit 2642e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "nodemon",
"build": "rimraf dist && cross-env NODE_OPTIONS=--max-old-space-size=1024 tsc --build --verbose && babel dist -d dist",
"start": "npm run build && node dist/src",
"test": "rimraf coverage && npm run build && cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"test": "rimraf coverage && npm run build && cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage --no-cache",
"lint": "eslint --ext .ts .",
"ncu": "ncu -u -x typescript,eslint,@types/express"
},
Expand Down

0 comments on commit 2642e4f

Please sign in to comment.