mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(): resolve conflicts
This commit is contained in:
@@ -214,6 +214,7 @@ describe('ClientNats', () => {
|
||||
describe('when is connected', () => {
|
||||
beforeEach(() => {
|
||||
client['natsClient'] = { test: true } as any;
|
||||
client['connection'] = Promise.resolve(true);
|
||||
});
|
||||
it('should not call "createClient"', () => {
|
||||
expect(createClientSpy.called).to.be.false;
|
||||
|
||||
Reference in New Issue
Block a user