UNPKG

245 BJavaScriptView Raw
1//This file is the command-line entry point for running the tests in
2//Rhino and Spidermonkey.
3
4/*=====
5dojo.tests = {
6 // summary:
7 // D.O.H. Test files for Dojo unit testing.
8};
9=====*/
10
11load("dojo.js");
12load("tests/runner.js");
13tests.run();