diff --git a/Gruntfile.js b/Gruntfile.js index 38dd8e1..0662758 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,5 +1,8 @@ module.exports = function(grunt) { 'use strict'; + + grunt.option('stack', true); + grunt.initConfig({ nodeunit: { files: ['test/*_test.js'],