Skip to content

Commit

Permalink
fix: log response to trace jest error
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Torres committed Sep 3, 2023
1 parent 94bdd45 commit 6c6529a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe("calculator express app with proxy", () => {
await broker().drain();

const response = await proxy.load(Calculator, id);
console.log("???????????????????", response);
expect(response?.result?.state).toEqual({
left: "3.3",
result: 3.3
Expand Down

0 comments on commit 6c6529a

Please sign in to comment.