vitest test specific module mock
I have a module inside my component.tsx that renders a tanstack table.
I have a file storing mu columns and what they render, and one of the columns, control if I can show an expanded row or not in my table, if yes, I call a function from my component.tsx: