Update test script in package.json

This commit is contained in:
Simon Larsen 2024-04-05 20:22:15 +01:00
parent 35daff14d9
commit 3b85e4fe99
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -10,8 +10,8 @@
"dev": "npx nodemon",
"audit": "npm audit --audit-level=low",
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true",
"test": "jest --detectOpenHandles",
"coverage": "jest --detectOpenHandles --coverage",
"test": "jest --detectOpenHandles --passWithNoTests",
"coverage": "jest --detectOpenHandles --coverage",
"debug:test": "node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles"
},
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",