瀏覽代碼

transpile before tests run

Raanan Weber 7 年之前
父節點
當前提交
94ec530ac6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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