Skip to content
Snippets Groups Projects
Commit e8607c7b authored by juanf's avatar juanf
Browse files

SSDM-3524 : Jquery set to non conflict mode, now needs to be declared explicitly

SVN: 36224
parent e78185e9
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
<script src="/openbis/resources/api/v3/require.js"></script>
<script>
require([ 'test/qunit', 'test/qunit-report', 'test/main' ], function(qunit, report, main) {
require([ 'jquery', 'test/qunit', 'test/qunit-report', 'test/main' ], function($, qunit, report, main) {
qunit.config.autostart = false;
qunit.config.testTimeout = 10000;
qunit.jUnitReport = function(report) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment