UNPKG

@addapptables/microservice

Version:
18 lines (12 loc) 475 B
// import { Test } from '@nestjs/testing' // import * as chai from 'chai'; // import { CqrsModule, CommandBus, EventBus } from '.'; // describe('load CqrsModule', () => { // it('should load CqrsModule correctly', async () => { // const _module = await Test.createTestingModule({ // imports: [CqrsModule], // }).compile(); // chai.expect(_module.get(CommandBus)).not.undefined; // chai.expect(_module.get(EventBus)).not.undefined; // }); // });