Angular directive testing
In this article, I'll show how to test Angular directive. To test it I'll create appCloneElement directive. Its purpose is to duplicate HTML elements given n times.
Setup
If unsure how to set up Angular with Jest please refer to the article: https://...
blog.procode.pl5 min read