Selaa lähdekoodia

Debugging test failing on travis

Gaël Métais 10 vuotta sitten
vanhempi
commit
8623085c2a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"
   }
 }