Testing There are two types of tests in the Chooser: unit tests and integration tests. Useful Commands and Tips If you want to run only unit tests, use: $ npm run test:unit If you want to run only integration tests, use: $ npm run test:e2e