cic-staff-client/src/app/_helpers/custom-error-state-matcher....

9 lines
260 B
TypeScript

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