## Description npm provides both `npm start` and `npm test`. Use these instead of `npm run dev` and `npm run test:unit`. ## Considerations Maybe there are different layers of tests. So then keep `test:unit` + others, and add `"test": "run-p test:unit ..."`
Description
npm provides both
npm startandnpm test. Use these instead ofnpm run devandnpm run test:unit.Considerations
Maybe there are different layers of tests. So then keep
test:unit+ others, and add"test": "run-p test:unit ..."