Sfoglia il codice sorgente

Debugging test failing on travis

Gaël Métais 10 anni fa
parent
commit
8623085c2a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -58,6 +58,6 @@
     "sinon-chai": "^2.7.0"
   },
   "scripts": {
-    "test": "grunt test"
+    "test": "DEBUG=ylt:imageOptimizer grunt test"
   }
 }