1. `npm ci`Open any `.test.js` file in VS code
2. `npm run lint`
3. Observe lintingConfirm jest terms are not highlighted in red as lint errors (e.g. You will also see an error -- this is expected;`it`, if there are linting errors`describe`, ESLint will exit in error condition.`expect`)