Skip to content

Commit

Permalink
fix(#915): remove console log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
GlebChiz committed May 9, 2022
1 parent 305c3ae commit afb6d55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/ngx-mask-lib/src/test/dynamic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ describe('Directive: Mask (Dynamic)', () => {
it('The input value when set by the FormControl should be masked accordingly the dynamic mask', async () => {
function getMask(): string {
if (component.form.value?.value) {
console.log(component.form.value);

return '0000 0000 0000 0000||0000 0000 0000 0000 000';
}
return '';
Expand Down

0 comments on commit afb6d55

Please sign in to comment.