测试时报错

Nest can't resolve dependencies of the UserService (HttpService, ?). Please make sure that the argument "UserInfoRepository" at index [1] is available in the RootTestModule context

ReferenceError: You are trying to `import` a file after the Jest environment has been torn down. From user/user.service.spec.ts.

通常是因为你的提供者 

还有imports

没有写对

 beforeEach(async () => {

    const module: TestingModule = await Test.createTestingModule({

      imports: [xxModule, TypeOrmModule.forFeature([User])],

      providers: [UserService],

    }).compile();

一定要写

特别是

imports的TypeOrmModule.forFeature([User])

你的实体类

上下文要连接

GitHub 加速计划 / de / Dependencies
40
1
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:3 个月前 )
1997a400 - 4 年前
2f423539 - 4 年前
Logo

AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。

更多推荐