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