📅  最后修改于: 2022-03-11 14:58:25.835000             🧑  作者: Mango
import { MyPipe } from 'here put your custom pipe path';
TestBed.configureTestingModule({
declarations: [ MyComponentUnderTesting, MyPipe ]
})