test for helm-chart, api-docs, backend version endpoints

This commit is contained in:
atakpu ikhide godson
2020-12-21 12:26:24 +01:00
parent c4b2c20e18
commit 3300a629d5
10 changed files with 113 additions and 136 deletions

View File

@@ -14,15 +14,20 @@
},
"homepage": "https://github.com/fyipe/api-docs#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-subset": "^1.6.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"ejs": "^3.1.3",
"express": "^4.17.1",
"mocha": "^8.2.1",
"path": "^0.12.7"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"no test required\"",
"test": "cross-env NODE_ENV=development mocha --exit test/index.js",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true --ignores='babel-*,browserslist,ejs,path,loadable-components,js-uuid,acorn,@beam-australia/react-env'"
},