瀏覽代碼

Gruntfile: leave context info in test runner

... so the stack trace can be shown on failing test
Herbert Vojčík 9 年之前
父節點
當前提交
eb9cb85ed1
共有 1 個文件被更改,包括 1 次插入2 次删除
  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",