summaryrefslogtreecommitdiffstats
path: root/install/ui/test/entity_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/entity_tests.js')
-rw-r--r--install/ui/test/entity_tests.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/test/entity_tests.js b/install/ui/test/entity_tests.js
index a81e0b89..f34060f7 100644
--- a/install/ui/test/entity_tests.js
+++ b/install/ui/test/entity_tests.js
@@ -19,6 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+define(['freeipa/ipa', 'freeipa/jquery', 'freeipa/entity', 'freeipa/search',
+ 'freeipa/details'], function(IPA, $) {
+ return function() {
var entities_container;
@@ -100,3 +103,4 @@ test('Testing IPA.entity_set_search_definition().', function() {
});
+};});