11
Test angolari falliti con Impossibile eseguire 'send' su 'XMLHttpRequest'
Sto provando a testare il mio componente angolare 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>) { } } Tuttavia, un semplice test "dovrebbe creare" genera …