소스 검색

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