Skip to content

Commit 125c4c3

Browse files
committed
Print error when tests fail
1 parent 7791798 commit 125c4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function main() {
2929
});
3030
} catch (err) {
3131
// tslint:disable-next-line:no-console
32-
console.error("Failed to run tests");
32+
console.error(`Failed to run tests: ${err}`);
3333
process.exit(1);
3434
}
3535
}

0 commit comments

Comments
 (0)