**Description:** - Jest is included by default in NestJS - Add test scripts to `package.json`: `test`, `test:watch`, `test:cov` - Write a basic test for `AuthService.hashPassword` using bcrypt ---
Description:
package.json:test,test:watch,test:covAuthService.hashPasswordusing bcrypt