diff --git a/package.json b/package.json index 180fc9e..c183ff4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint:css": "stylelint app/assets/stylesheets/**/*.css", "outdated": "yarn upgrade-interactive", "test": "bin/mocha spec/javascripts", - "test:coverage": "c8 --100 --clean --skip-full bin/mocha spec/javascripts" + "test:coverage": "c8 --100 --clean --reporter text-summary --skip-full bin/mocha spec/javascripts" }, "dependencies": { "@hotwired/stimulus": "3.2.2",