Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Tests: verbosity++
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 19, 2016
1 parent d3b265a commit a1836e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"prepublish": "npm run babelify",
"docs": "lnfs src docs/node_modules/statinamic/lib && lnfs package.json docs/node_modules/statinamic/package.json && cd docs && npm install && npm test",
"lint": "eslint --fix .",
"tests": "ava **/__tests__/*.js",
"tests": "ava --verbose '**/__tests__/*.js'",
"pretest": "npm run lint",
"test": "npm run tests && npm run docs",
"test-with-coverage": "nyc npm run tests && npm run docs",
Expand Down

0 comments on commit a1836e5

Please sign in to comment.