mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 00:21:16 +01:00
test: another test
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user