We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed88af commit 8f5de52Copy full SHA for 8f5de52
Gruntfile.js
@@ -13,6 +13,9 @@ var serveStatic = require('serve-static');
13
var certs = path.join(__dirname, 'tasks', 'certs');
14
15
module.exports = function(grunt) {
16
+
17
+ grunt.option('stack', true);
18
19
var testConnectInstances = {
20
basic: {
21
options: {
package.json
@@ -13,7 +13,7 @@
},
"main": "tasks/connect.js",
"scripts": {
- "test": "grunt test"
+ "test": "grunt test --verbose"
"dependencies": {
"async": "^1.5.2",
0 commit comments