Answer the question
In order to leave comments, you need to log in
Where can I find documentation on Uint Tests in NestJS?
Good afternoon.
I use NestJS and started trying to write Unit tests.
For example:
describe('sendSmsRegister', () => {
let usersService = UsersService;
it('Возврат: чётырехзначный код', async () => {
expect(
typeof await usersService.sendSmsRegister()
).toEqual('string')
})
})
Answer the question
In order to leave comments, you need to log in
In your imports, all packages are indicated there, and if you hover over the cursor, you will see what belongs to what.
jest
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question