We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
npm provides bothnpm start andnpm test. Use these instead ofnpm run dev andnpm run test:unit.
npm start
npm test
npm run dev
npm run test:unit
Maybe there are different layers of tests. So then keeptest:unit + others, and add"test": "run-p test:unit ..."
test:unit
"test": "run-p test:unit ..."