209 похожих чатов

Такое определение работает, но как его верно типизировать? Если просто

задать тип UserService будет все его методы и свойства требовать понятно дело. А мне надо часть методов мокнуть

7 ответов

27 просмотров

А через useMocker и createMock не сделать?

Alik-Kotov Автор вопроса
Alexander Morozov
А через useMocker и createMock не сделать?

const mockUsersService = jest.createMockFromModule<UsersService>( '../users/users.service', ); === jest.spyOn(mockUsersService, 'softDeleteUser').mockResolvedValue({ ...userMock, deletedAt: new Date(), }); Property softDeleteUser does not exist in the provided object Такой метод реально есть async softDeleteUser(user: User): Promise<User> { return this.usersRepository.updateUser(user.id, { deletedAt: new Date() }); } Почему то в созданном через createMock моке не все методы есть, которые в реальном сервисе. Как так может быть?

Alik Kotov
const mockUsersService = jest.createMockFromModule...

так вы модуль для теста создайте, а потом мокните оттуда сервис

Alik-Kotov Автор вопроса
384
так вы модуль для теста создайте, а потом мокните ...

const mockUsersService = jest.createMockFromModule<UsersService>( '../users/users.service', ); beforeEach(async () => { const module: TestingModule = await Test.createTestingModule({ imports: [], providers: [ { provide: UsersService, useValue: mockUsersService, }, ], controllers: [AccountController], }).compile(); } mockUsersService.editUserInfo = jest .fn() .mockResolvedValue(editedUserResponseMock); Таким образом уже работает

Alik-Kotov Автор вопроса
384
так вы модуль для теста создайте, а потом мокните ...

При создании модуля я указываю providers: [ { provide: UsersService, useValue: mockUsersService, }, ], То есть я его выше должен создать то создания тестового модуля А можете показать как у Вас?

Похожие вопросы

Обсуждают сегодня

@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Hello, Is iExec also part of the "inception program" or another one ? Would it be a name to qualified the nature of the relationship between iExec and Nvidia? And does Secret ...
Ñïķøłäś
8
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
any reference of this implementation?
BitBuddha
29
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
13
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
Карта сайта