mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
fixed qunit test file.
This commit is contained in:
@@ -122,7 +122,7 @@ test("a test", function () {
|
||||
QUnit.config.autostart = false;
|
||||
QUnit.start();
|
||||
|
||||
QUnit.config.urlConfig.push({
|
||||
QUnit.config.urlConfig.push(<any>{
|
||||
id: "min",
|
||||
label: "Minified source",
|
||||
tooltip: "Load minified source files instead of the regular unminified ones."
|
||||
@@ -729,13 +729,7 @@ test("just a test", function() {
|
||||
// ************** BUG ? ******************
|
||||
// TODO disable reordering for this suite!
|
||||
|
||||
var begin = 0,
|
||||
moduleStart = 0,
|
||||
moduleDone = 0,
|
||||
testStart = 0,
|
||||
testDone = 0,
|
||||
log = 0,
|
||||
moduleContext,
|
||||
var moduleContext,
|
||||
moduleDoneContext,
|
||||
testContext,
|
||||
testDoneContext,
|
||||
|
||||
Reference in New Issue
Block a user