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

8 lines
237 B
TypeScript

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