I am using vitest for project testing, and it turns out that the Basetable component, which is reusable, does not have any associated tests, and after running the tests, the coverage shows me that 100% of the app is covered. It's a bit strange. It seems to me that the nature of this dilemma may lie in the design pattern I am using in modules, where summary and case use this component. Could any expert in testing with Vue help me?
I am using vitest for project testing, and it turns out that the Basetable component, which is reusable, does not have any associated tests, and after running the tests, the coverage shows me that 100% of the app is covered. It's a bit strange. It seems to me that the nature of this dilemma may lie in the design pattern I am using in modules, where summary and case use this component. Could any expert in testing with Vue help me?