11
'XMLHttpRequest'에서 '보내기'를 실행하지 못해 각도 테스트 실패
각도 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>) { } } 그러나 간단한 "만들어야한다"테스트는이 중대한 오류를 발생시킨다. NetworkError : 'XMLHttpRequest'에서 '보내기'를 실행하지 못했습니다 …