From: Stas Vilchik Date: Tue, 29 Sep 2015 13:29:28 +0000 (+0200) Subject: fix loader options for web tests X-Git-Tag: 5.2-RC1~203 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e31a0318f12e5ec697ced89b5e08dfb62ea7b39;p=sonarqube.git fix loader options for web tests --- diff --git a/server/sonar-web/test/intern.js b/server/sonar-web/test/intern.js index a1272e10f3c..70273be7ead 100644 --- a/server/sonar-web/test/intern.js +++ b/server/sonar-web/test/intern.js @@ -30,7 +30,11 @@ define(['intern'], function (intern) { loaderOptions: { paths: { - 'react': '../../build/js/libs/third-party/react-with-addons' + 'react': '../../build/js/libs/third-party/react-with-addons', + 'underscore': '../../build/js/libs/third-party/shim/underscore-shim', + 'jquery': '../../build/js/libs/third-party/shim/jquery-shim', + 'backbone': '../../build/js/libs/third-party/shim/backbone-shim', + 'backbone.marionette': '../../build/js/libs/third-party/shim/marionette-shim' }, map: { '*': {