Snapshot testing POC Project setup npm install Compiles and hot-reloads for development npm run serve For running test suit npm run test:unit For running test cases for single component npm run test:unit {Name of component} For updating snapshot npm run test:unit -- -u