11
Testes angulares falhando com Falha ao executar 'send' em 'XMLHttpRequest'
Estou tentando testar meu componente angular 4.1.0 - export class CellComponent implements OnInit { lines: Observable<Array<ILine>>; @Input() dep: string; @Input() embedded: boolean; @Input() dashboard: boolean; constructor( public dataService: CellService, private route: ActivatedRoute, private router: Router, private store: Store<AppStore>) { } } No entanto, um teste simples "deve criar" gera esse …