Update test script in App package.json to allow passing with no tests

This commit is contained in:
Simon Larsen 2024-09-16 11:01:29 -07:00
parent aa51c5538a
commit 8892fe9030
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -10,7 +10,7 @@
"dev": "npx nodemon",
"audit": "npm audit --audit-level=low",
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true",
"test": "rm -rf build && jest --detectOpenHandles",
"test": "rm -rf build && jest --detectOpenHandles --passWithNoTests",
"coverage": "jest --detectOpenHandles --coverage"
},
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",