Angular 9-自定义原理图上的单元测试-集合“ @ schematics / angular”中未找到原理图“工作区”

时间:2020-05-28 15:30:16

标签: angular angular-schematics

我正在尝试在自定义原理图上添加单元测试。我正在关注以下主题:https://blog.angular.io/angular-schematics-unit-testing-3a0a9aaab186

但是当我尝试执行测试时,我得到了: 信息: 错误:在集合“ @ schematics / angular”中找不到逻辑示意图“工作区”。

最后,我从@ angular / cli复制/粘贴单元测试以查看其工作原理: https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/workspace/index_spec.ts

再次出现相同的错误消息...

@ schematics / angular版本:9.1.3

我尝试删除node_modules。但是错误又回来了...

有什么办法可以使我的测试正常运行吗?

0 个答案:

没有答案