mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #834 from Diullei/test-runner-0.9.1
update test runner to 0.9.1
This commit is contained in:
@@ -648,7 +648,7 @@ var DefinitelyTyped;
|
||||
|
||||
Print.prototype.printHeader = function () {
|
||||
this.out('=============================================================================\n');
|
||||
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.0\33[0m\n');
|
||||
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.1\33[0m\n');
|
||||
this.out('=============================================================================\n');
|
||||
this.out(' \33[36m\33[1mTypescript version:\33[0m ' + this.version + '\n');
|
||||
this.out(' \33[36m\33[1mTypings :\33[0m ' + this.typings + '\n');
|
||||
@@ -980,7 +980,7 @@ var DefinitelyTyped;
|
||||
this.dtPath = dtPath;
|
||||
this.typings = [];
|
||||
this.fh = new FileHandler(dtPath, /.\.ts/g);
|
||||
this.out = new Print('0.9.0.0', this.fh.allTypings().length, this.fh.allTS().length);
|
||||
this.out = new Print('0.9.1.0', this.fh.allTypings().length, this.fh.allTS().length);
|
||||
this.sc = new SyntaxChecking(this.fh, this.out);
|
||||
this.te = new TestEval(this.fh, this.out);
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ module DefinitelyTyped {
|
||||
|
||||
public printHeader() {
|
||||
this.out('=============================================================================\n');
|
||||
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.0\33[0m\n');
|
||||
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.1\33[0m\n');
|
||||
this.out('=============================================================================\n');
|
||||
this.out(' \33[36m\33[1mTypescript version:\33[0m ' + this.version + '\n');
|
||||
this.out(' \33[36m\33[1mTypings :\33[0m ' + this.typings + '\n');
|
||||
@@ -504,7 +504,7 @@ module DefinitelyTyped {
|
||||
|
||||
constructor(public dtPath: string) {
|
||||
this.fh = new FileHandler(dtPath, /.\.ts/g);
|
||||
this.out = new Print('0.9.0.0', this.fh.allTypings().length, this.fh.allTS().length);
|
||||
this.out = new Print('0.9.1.0', this.fh.allTypings().length, this.fh.allTS().length);
|
||||
this.sc = new SyntaxChecking(this.fh, this.out);
|
||||
this.te = new TestEval(this.fh, this.out);
|
||||
|
||||
|
||||
+9178
-9074
File diff suppressed because it is too large
Load Diff
+56015
-56803
File diff suppressed because one or more lines are too long
+54655
-55609
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user