Commit 77796ae6 authored by Boris Kocherov's avatar Boris Kocherov

tests: workaround incorrect detection amd

parent df43a16c
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
// notEqual = QUnit.notEqual, // notEqual = QUnit.notEqual,
root_gadget_defer = RSVP.defer(), root_gadget_defer = RSVP.defer(),
jsonform_url = '../jsonform.gadget.html'; jsonform_url = '../jsonform.gadget.html';
window.module = undefined;
// Keep track of the root gadget // Keep track of the root gadget
renderJS(window) renderJS(window)
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
// notEqual = QUnit.notEqual, // notEqual = QUnit.notEqual,
root_gadget_defer = RSVP.defer(), root_gadget_defer = RSVP.defer(),
jsonform_url = '../jsonform.gadget.html'; jsonform_url = '../jsonform.gadget.html';
window.module = undefined;
// Keep track of the root gadget // Keep track of the root gadget
renderJS(window) renderJS(window)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment