Test Runner
↔ Dev tool to run Unit Test for project
References
npm test
↔ to start Test Runner scriptyarn test --watchAll
↔ to run Jest Test Runner in Terminal
Test Runner
↔ Dev tool to run Unit Test for projectnpm test
↔ to start Test Runner script
yarn test --watchAll
↔ to run Jest Test Runner in Terminal