ngx-valdemort icon indicating copy to clipboard operation
ngx-valdemort copied to clipboard

feature: provide custom matchers to make tests easier

Open cexbrayat opened this issue 6 years ago • 0 comments

We could provide custom Jasmine matchers (I know :) ) to simplify writing unit tests for forms.

expect(form).toDisplayError('required');
expect(form).toDisplayError('max', 'custom max error message');

cexbrayat avatar Jun 01 '18 13:06 cexbrayat