import { RegexMatchViewComponent } from './regex-match-view.component'; describe("RegexMatchViewComponent", () => { var component: RegexMatchViewComponent; beforeEach(() => { component = new RegexMatchViewComponent(); }); describe("filterMatches", () => { }); });