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();
答案 0 :(得分:0)
我知道这样做有点不好,但我通常只删除该文件,一切都有效。据我所知,该文件仅用于检查组件中是否有错误。
例如: const Var1 =“应该是这个”