Jest import common plugins like Vee Validate before each test
I'm new to Jest and am testing my Nuxt JS application with unit testing. I have many test files set up and need to import various logic into each test file, such as my Vee Validate config. I've tried ...