Skip to content
  • This project
    • Loading...
  • Sign in

蔡永松 / fontweb-dc

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • fontweb-dc
  • ..
  • dojo
  • tests.js
  • caiyongsong's avatar
    提交 · 479ac152
    479ac152
    caiyongsong committed 2020-07-27 20:50:57 +0800
tests.js 245 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
//This file is the command-line entry point for running the tests in
//Rhino and Spidermonkey.

/*=====
dojo.tests = {
	// summary:
	//		D.O.H. Test files for Dojo unit testing.
};
=====*/

load("dojo.js");
load("tests/runner.js");
tests.run();