chore(): resolve conflicts

This commit is contained in:
Kamil Myśliwiec
2021-06-25 14:21:24 +02:00
13 changed files with 98 additions and 19 deletions

View File

@@ -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;