Updated test.js for the runtest build target to reflect the path changes for the test scripts.
This commit is contained in:
parent
4c5f091d22
commit
e22336e7ae
|
@ -9,11 +9,11 @@ window.onload = function(){
|
|||
|
||||
// Load the tests
|
||||
load(
|
||||
"src/jquery/coreTest.js",
|
||||
"src/selector/selectorTest.js",
|
||||
"src/event/eventTest.js"
|
||||
//"src/fx/fxTest.js",
|
||||
//"src/ajax/ajaxTest.js"
|
||||
"test/unit/core.js",
|
||||
"test/unit/selector.js",
|
||||
"test/unit/event.js"
|
||||
//"test/unit/fx.js",
|
||||
//"test/unit/ajax.js"
|
||||
);
|
||||
|
||||
// Display the results
|
||||
|
|
Loading…
Reference in a new issue