mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
running alert test
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
"scripts": {
|
||||
"start": "node --max-old-space-size=14336 server.js",
|
||||
"dev": "cross-env NODE_ENV=development nodemon --inspect=0.0.0.0 server.js --ignore greenlock.d/* -- --staging",
|
||||
"test": "cross-env NODE_ENV=development nyc --reporter=lcov --reporter=text mocha --exit test/adminCredentials.test.js",
|
||||
"test": "cross-env NODE_ENV=development nyc --reporter=lcov --reporter=text mocha --exit test/alert.test.js",
|
||||
"enterprise-test": "cross-env NODE_ENV=development IS_TESTING=true nyc --reporter=lcov --reporter=text mocha --exit test/enterprise.js",
|
||||
"audit": "npm audit --audit-level=low",
|
||||
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
|
||||
|
||||
Reference in New Issue
Block a user