Skip to content

Commit

Permalink
Use verbose test reporting
Browse files Browse the repository at this point in the history
It'll be useful to see exactly what tests are running as this is such a
small plugin
  • Loading branch information
davetayls committed Jan 22, 2012
1 parent 63e931e commit 6da74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"jsdom": "0.2.x"
},
"scripts": {
"test": "jasmine-node test"
"test": "jasmine-node --verbose test"
},
"license": "MIT"
}
Expand Down

0 comments on commit 6da74a2

Please sign in to comment.