aboutsummaryrefslogtreecommitdiffstats
path: root/build/runtest/test.js
blob: d793ca8111ce8fdf020755f708c8b75b9b9798b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Init
load("build/runtest/env.js");
window.location = "test/index.html";

// Load the test runner
load("dist/jquery.js","build/runtest/testrunner.js");

// Load the tests
load("src/jquery/coreTest.js","src/selector/selectorTest.js");

// Display the results
results();