vmware-archive/clarity-seed

How to test clr-modal?

Closed this issue · 3 comments

timvl commented

Please add a jasmine test in about.component.spec.ts that demonstrates how to test a clarity modal.

Hi @timvl are you asking how we would approach testing the use of a Clarity Modal in an application or about the unit tests we already run on the modal component? If you are looking for that they can be found here: https://github.com/vmware/clarity/blob/master/src/clarity-angular/modal/modal.spec.ts

@timvl - any updates on this? Did my comment above help?

timvl commented

Hi, I’ve found the test cases you referred to. Thanks!