Skip to content

Commit

Permalink
test(integration): log startup error
Browse files Browse the repository at this point in the history
  • Loading branch information
r4mmer committed Dec 27, 2024
1 parent eecf51a commit 3882d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupTests-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ beforeAll(async () => {
// The downside of that is that we don't get logs, however is the only
// way for now. We should stop using jasmine soon (and change for jest-circus)
// when we do some package upgrades
console.error(err);
process.exit(1);
}
});
Expand Down

0 comments on commit 3882d3d

Please sign in to comment.