使用automapper-ts时如何在Angular中运行Jest单元测试

时间:2019-12-04 21:44:29

标签: angular unit-testing jestjs automapper-ts

我已使用briebug的documentation将Angular 7 TypeScript项目中的业力/茉莉花换成了Jest。除了无法找到Jest Schematic中使用的AutomapperJS之外,其他所有东西似乎都运行良好。

Automapper-ts已在我的应用程序中安装并正常运行,并在karma /茉莉花下正常运行,但出现以下错误:

Test suite failed to run
ReferenceError: AutoMapperJs is not defined

我试图添加导入'automapper-ts';在我的setup-jest.ts文件的顶部,但是没有运气。

任何对此的帮助将不胜感激

0 个答案:

没有答案