📌  相关文章
📜  jasmine karma 'pipe' 找不到! - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:25.835000             🧑  作者: Mango

代码示例1
import { MyPipe } from 'here put your custom pipe path';

TestBed.configureTestingModule({
    declarations: [ MyComponentUnderTesting, MyPipe ]
})