Tweaked some of the tests, added in events and fx tests.

This commit is contained in:
John Resig 2007-07-09 00:15:44 +00:00
parent b09043fbf6
commit 54035207fe
4 changed files with 34 additions and 13 deletions

View file

@ -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();