aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testinit.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/data/testinit.js b/test/data/testinit.js
index ea940cb63..87edfde29 100644
--- a/test/data/testinit.js
+++ b/test/data/testinit.js
@@ -19,9 +19,7 @@ function define( name, dependencies, callback ) {
amdDefined = callback();
}
-define.amd = {
- jQuery: true
-};
+define.amd = {};
/**
* Returns an array of elements with the given IDs