metaisbeta / avisualizer

Tool to visualize code annotation metrics
GNU Affero General Public License v3.0
6 stars 5 forks source link

Unit Testing #9

Closed phillima closed 3 years ago

phillima commented 3 years ago

Add a unit testing to improve code quality.

First Test: Test the number of total schemas present on the example project being used for development

pomba123 commented 3 years ago

Added unit testing based on @angular/test, using karma.js for tests running, and Jasmine as test suite.