Skip to content

Commit 8f5de52

Browse files
committed
Print stack traces and run tests in verbose
1 parent 3ed88af commit 8f5de52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ var serveStatic = require('serve-static');
1313
var certs = path.join(__dirname, 'tasks', 'certs');
1414

1515
module.exports = function(grunt) {
16+
17+
grunt.option('stack', true);
18+
1619
var testConnectInstances = {
1720
basic: {
1821
options: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "tasks/connect.js",
1515
"scripts": {
16-
"test": "grunt test"
16+
"test": "grunt test --verbose"
1717
},
1818
"dependencies": {
1919
"async": "^1.5.2",

0 commit comments

Comments
 (0)