running alert test

This commit is contained in:
augustinebest
2022-01-25 08:36:22 +01:00
parent 131e538a62
commit 5ec8432b4d

View File

@@ -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'",