import { TranslateMockPipe } from '../../../util/translation/translate-mock.pipe'; describe('FoundationStripFormComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ ..., declarations: [..., TranslateMockPipe] }).compileComponents(); });