Skip to content

Commit 64cc59f

Browse files
authored
Merge pull request #28 from inkless/master
Fix aot-test-generators usage
2 parents 7fcb030 + 7eb2d3b commit 64cc59f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ TSLint.prototype.testGenerator = function(relativePath, passed, errors) {
133133
var generatorName = this.options.testGenerator || 'qunit';
134134
var output = testGenerators[generatorName].suiteHeader('TSLint - ' + path.dirname(relativePath));
135135
output += testGenerators[generatorName].test(relativePath + ' should pass tslint', !!passed, relativePath + ' should pass tslint.' + errors);
136+
output += testGenerators[generatorName].suiteFooter();
136137

137138
return output;
138139
}

0 commit comments

Comments
 (0)