Browse Source

Gruntfile: leave context info in test runner

... so the stack trace can be shown on failing test
Herbert Vojčík 9 years ago
parent
commit
eb9cb85ed1
1 changed files with 1 additions and 2 deletions
  1. 1 2
      root/Gruntfile.js

+ 1 - 2
root/Gruntfile.js

@@ -78,8 +78,7 @@ module.exports = function (grunt) {
                     },
                     paths: {"amber_devkit": helpers.libPath},
                     pragmas: {
-                        excludeIdeData: true,
-                        excludeDebugContexts: true
+                        excludeIdeData: true
                     },
                     include: ['config-node', 'app'],
                     optimize: "none",