]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojo/tests.js
Comment class stub
[eow] / static / dojo-release-1.1.1 / dojo / tests.js
1 //This file is the command-line entry point for running the tests in
2 //Rhino and Spidermonkey.
3
4 /*=====
5 dojo.tests = {
6         // summary: D.O.H. Test files for Dojo unit testing.
7 };
8 =====*/
9
10 load("dojo.js");
11 load("tests/runner.js");
12 tests.run();