test: another test

This commit is contained in:
Barış Soner Uşaklı
2021-10-26 15:11:58 -04:00
parent 00e4a4f011
commit 606efe26fe

View File

@@ -12,7 +12,7 @@
"scripts": {
"start": "node loader.js",
"lint": "eslint --cache ./nodebb .",
"test": "nyc --use-spawn-wrap --reporter=html --reporter=text-summary mocha",
"test": "mocha",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
},