diff --git a/packages/core/package.json b/packages/core/package.json index 71c9f90..ba37f15 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",