Tweaked some of the tests, added in events and fx tests.
[jquery.git] / build / runtest / test.js
1 // Init
2 load("build/runtest/env.js");
3 window.location = "test/index.html";
4
5 // Load the test runner
6 load("dist/jquery.js","build/runtest/testrunner.js");
7
8 // Load the tests
9 load(
10         "src/jquery/coreTest.js",
11         "src/selector/selectorTest.js",
12         "src/event/eventTest.js",
13         "src/fx/fxTest.js"
14 );
15
16 // Display the results
17 results();