Skip to content

Commit

Permalink
Add custom protocol for hover component in test
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfganggreschus committed Mar 5, 2025
1 parent b49a2db commit 93f64f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/molecules/TaskItemTeacher.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ describe("@/components/molecules/TaskItemTeacher", () => {
await menuBtn.trigger("click");

const hover = wrapper.findComponent(VHover);
// console.log only with custom logger
console.log(hover.vm.$props);

expect(
Expand Down

0 comments on commit 93f64f8

Please sign in to comment.