mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
test for helm-chart, api-docs, backend version endpoints
This commit is contained in:
@@ -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'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user