Install a project with a clean slate and run tests
npm install-ci-test alias: npm cit
This command runs an npm ci followed immediately by an npm test.
npm ci
npm test
npm-install-ci-test — npm@6.4.1