If you are testing with Dusk, do you need to also test with Jest?
I'm wondering if there is strong value in pulling Jest via vue-test-utils into a project?
I haven't done much testing of Javascript and I'm looking for some thoughts and opinions on if pulling Jest into the project is worth the effort or if just doing wide tests on the front end is good enough?
I realize this is a broad question. Feel free to link to useful articles on the subject here as well. Thanks!
I've been continuing some light research and have generally come to the conclusion that Jest is best suited for unit testing javascript and Dusk is more for feature (wide) testing any front end structure you have (since it is essentially a browser test).