I implemented unit and snapshot tests for my Vue.js project. Now I want to run unit and snapshot test separately (to integrate them into separate gitlab CI jobs).
By runing the following command both unit and snapshot tests execute:
vue-cli-service test:unit
I used the following documentation to implement the snapshot tests: https://vue-test-utils.vuejs.org/guides/testing-single-file-components-with-jest.html#snapshot-testing