Testing router.push with vitest and testing-library for vue 3 project
im new in testing components and im trying to test a simple login function. Everything works and tests as it should expect for the push function. This is my login function, which executes whenever you click on the Login button:
Testing router.push with vitest and testing-library for vue 3 project
im new in testing components and im trying to test a simple login function. Everything works and tests as it should expect for the push function. This is my login function, which executes whenever you click on the Login button: