Angular 2 단위 검정: 사용자 지정 파이프 오류 파이프를 찾을 수 없습니다. 저는 'myPipe'라는 맞춤형 파이프를 가지고 있습니다.다음과 같은 정보: 'myPipe' 파이프를 찾을 수 없습니다. 오류 내 유닛 테스트에서.내 .spec.ts에서 무엇을 가져오고 선언해야 하는지 조언해 주세요. 여기 제 .spec.ts가 있습니다. import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { By } from '@angular/platform-browser'; import { DebugElement } from '@angular/core'; import { MyComponent } from './main-page..