标签: angular karma-runner
我有一个名为ArticleModule的延迟加载模块。 当我运行ng test时,它返回此错误:
ArticleComponent > should create
因此它返回错误。我很确定这是因为未加载模块且未创建组件。
我猜想我需要使用SpyNgModuleFactoryLoader单独测试模块组件。
我看了一下:https://angular.io/api/router/testing/SpyNgModuleFactoryLoader,但我不确定这种方法
需要帮助,谢谢