Commit 5f8e3e8
refactor(datepickerSpec): speed up tests
Tests were compiling the element multiple times unnecessarily as it's
done in the root describe's beforeEach.
Introduce describe blocks with no name to encapsulate tests that need
the element to be compiled and separate them from tests that have their
own compilation.
Closes angular-ui#14991 parent c0df320 commit 5f8e3e8
1 file changed
+382
-369
lines changed
0 commit comments