UNPKG

create-chuntianxiaozhu

Version:

春天小猪模板工具

19 lines (14 loc) 499 B
import { Test, TestingModule } from '@nestjs/testing'; import { ShortUrlController } from './s.controller'; describe('ShortUrlController', () => { let controller: ShortUrlController; beforeEach(async () => { const module: TestingModule = await Test.createTestingModule({ controllers: [ShortUrlController], }).compile(); controller = module.get<ShortUrlController>(ShortUrlController); }); it('should be defined', () => { expect(controller).toBeDefined(); }); });