-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged QUnitRunner2 with QUnitTestRunnerPlugin - resolves issue #2
- Loading branch information
Lukas Fryc
committed
Jan 31, 2012
1 parent
bca8d41
commit 7523f78
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
Submodule QUnitTestRunnerPlugin
updated
2 files
+0 −189 | QUnitRunner2.js | |
+164 −0 | QUnitTestRunnerPlugin.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
server: http://localhost:9876 | ||
|
||
load: | ||
- qunit/qunit/qunit.js | ||
- QUnitTestRunnerPlugin/QUnitTestRunnerPlugin.js | ||
- qunit/test/index.html | ||
|
||
- qunit/test/logs.js | ||
|
||
serve: | ||
- qunit/test/index.html | ||
- qunit/qunit/qunit.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters