import { CustomErrorStateMatcher } from './custom-error-state-matcher'; describe('CustomErrorStateMatcher', () => { it('should create an instance', () => { expect(new CustomErrorStateMatcher()).toBeTruthy(); }); });