[Vuejs]-How to force a re-render with vue-testing-library in vue 3x?

0👍

pass "key" as a prop to your components with different value when you are rendering them. (testing-library.com/docs/vue-testing-library/api#props-object) see what happens.

Leave a comment