Skip to content

Commit 7942d0e

Browse files
committed
Include error reason for failed test run
1 parent 129befd commit 7942d0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function main() {
1818
],
1919
});
2020
} catch (err) {
21-
console.error('Failed to run tests');
21+
console.error('Failed to run tests. Reason: ' + err);
2222
process.exit(1);
2323
}
2424
}

0 commit comments

Comments
 (0)