fix placeholder imports (#3429)

This commit is contained in:
Hristo Hristov
2017-01-06 14:57:21 +02:00
committed by GitHub
parent b538c1d12a
commit 899ce1adc8
5 changed files with 6 additions and 5 deletions

View File

@ -49,7 +49,7 @@ export var write = function write(message: string, type?: number) {
var runTest = function (testInfo: TestInfoEntry) {
let start = time();
let duration: number;
let duration;
try {
if (testInfo.instance) {
testInfo.testFunc.apply(testInfo.instance);