Command
npm testExplanation
Runs all test files in the project. Use watch mode for continuous testing during development.
Examples
Run all tests
npm testRun tests in watch mode
npm test -- --watchRun tests with coverage report
npm test -- --coverage