Ver código fonte

transpile before tests run

Raanan Weber 7 anos atrás
pai
commit
94ec530ac6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Tools/Gulp/gulpfile.js

+ 1 - 1
Tools/Gulp/gulpfile.js

@@ -1098,7 +1098,7 @@ gulp.task("tests-viewer-unit-debug", ["tests-viewer-unit-transpile"], function (
  * Launches the KARMA unit tests in phantomJS.
  * (Can only be launch on any branches.)
  */
-gulp.task("tests-viewer-unit", /*["tests-viewer-unit-transpile"],*/ function (done) {
+gulp.task("tests-viewer-unit", ["tests-viewer-unit-transpile"], function (done) {
     var kamaServerOptions = {
         configFile: __dirname + "/../../Viewer/tests/karma.conf.js",
         singleRun: true