aboutsummaryrefslogtreecommitdiffstats
path: root/build/runtest/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/runtest/test.js')
-rw-r--r--build/runtest/test.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/runtest/test.js b/build/runtest/test.js
index d793ca811..1831e2f04 100644
--- a/build/runtest/test.js
+++ b/build/runtest/test.js
@@ -6,7 +6,12 @@ window.location = "test/index.html";
load("dist/jquery.js","build/runtest/testrunner.js");
// Load the tests
-load("src/jquery/coreTest.js","src/selector/selectorTest.js");
+load(
+ "src/jquery/coreTest.js",
+ "src/selector/selectorTest.js",
+ "src/event/eventTest.js",
+ "src/fx/fxTest.js"
+);
// Display the results
results();