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