diff --git a/package.json b/package.json index 925dc04f6..c4b07d350 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "server" ], "scripts": { - "test": "npm run lint && mocha ./test/functional ./test/unit --reporter=spec", + "test": "npm run lint && mocha ./test/functional ./test/unit --reporter=spec --full-trace", "test:coverage": "nyc mocha -R spec ./test/functional ./test/unit", "coverage:coveralls": "nyc report --reporter=text-lcov | coveralls", "coverage:codecov": "nyc report --reporter=lcov | codecov",