You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
Once you have the development dependencies installed, we can use our predefined grunt tasks. For example:
50
+
51
+
***grunt test**. Executes the karma unitary tests and the protractor e2e tests, reporting the actual state of the project.
52
+
***grunt test:unit**. Executes only the karma unitary tests.
53
+
***grunt test:e2e**. Executes only the protractor e2e tests.
54
+
***grunt coverage**. Generates a "coverage" folder with an [istanbul](https://github.com/gotwarlost/istanbul) report of wich part of the code is covered by the actual tests.
55
+
***grunt**. The default task watches for project files changes and when a change is detected, tries to build the library file passing the jshint filter and the tests. Let's see an example:
0 commit comments