Angular cli error on components creation in spec file

时间:2016-07-11 20:34:37

标签: angular angular-cli

Using Angular-cli to create components is generating a consistent error on the .spec files on line 17

//let component = new TodoListComponent() // expect(component).toBeTruthy();

1 个答案:

答案 0 :(得分:0)

我知道这样做有点不好,但我通常只删除该文件,一切都有效。据我所知,该文件仅用于检查组件中是否有错误。

例如: const Var1 =“应该是这个”