1
0
Jelajahi Sumber

Gruntfile: leave context info in test runner

... so the stack trace can be shown on failing test
Herbert Vojčík 9 tahun lalu
induk
melakukan
eb9cb85ed1
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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",