Пример #1
0
 afterEach(() => {
   return mock.cleanup(test.spy).then(() => {
     test.spy = undefined;
     Connection.disableConnectionAccounting();
   });
 });
Пример #2
0
 afterEach(() => mock.cleanup());