Przeglądaj źródła

Fix plugin path

sebavan 6 lat temu
rodzic
commit
461add5c75
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Viewer/tests/validation/karma.conf.js

+ 1 - 1
Viewer/tests/validation/karma.conf.js

@@ -43,7 +43,7 @@ module.exports = function (config) {
             'karma-chrome-launcher',
             'karma-chrome-launcher',
             'karma-firefox-launcher',
             'karma-firefox-launcher',
 
 
-            require('../../Tools/Gulp/helpers/gulp-karmaJunitPlugin')
+            require('../../../Tools/Gulp/helpers/gulp-karmaJunitPlugin')
         ],
         ],
 
 
         junitReporter: {
         junitReporter: {