chore: reporter

This commit is contained in:
cha0s 2023-02-03 20:07:26 -06:00
parent cc8a35a4b2
commit d824acf63b

View File

@ -20,7 +20,7 @@
"clean": "rm -rf dist node_modules yarn.lock && yarn",
"lint": "NODE_PATH=./node_modules eslint --config ./build/.eslintrc.js --format codeframe --ext mjs,js .",
"postversion": "cp package.json dist",
"test": "npm run build && mocha -t 10000 --reporter min --colors ./dist/test.js"
"test": "npm run build && mocha -t 10000 --colors ./dist/test.js"
},
"files": [
"build",