Skip to content

Commit

Permalink
test(examples): added assertions for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 19, 2023
1 parent 0392f13 commit e366264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function testAll(examples: Example[]) {
await Promise.race([goth.start(), timeoutPromise(180)]);
try {
for (const example of examples) {
console.log(`Starting test for example ${example.path}`);
console.log(`\n---- Starting test for example ${example.path} ----\n`);
await examplesTest(example.cmd, example.path, example.args);
}
} catch (error) {
Expand Down

0 comments on commit e366264

Please sign in to comment.