Skip to content

Commit

Permalink
remove debugging console log
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
ElectronicBlueberry and davelopez authored May 5, 2023
1 parent e413f83 commit c73c75c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/components/History/Modals/SelectorModal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ describe("History SelectorModal.vue", () => {

await button.trigger("click");

console.log(wrapper.emitted());

expect(wrapper.emitted()["selectHistories"][0][0][0].id).toBe(targetHistoryId1);
});
});
Expand Down

0 comments on commit c73c75c

Please sign in to comment.