Преглед изворни кода

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",