wsbf / wsbf.net

The WSBF website.
https://wsbf.net/
8 stars 4 forks source link

Develop unit tests with Karma and Jasmine #3

Open bentsherman opened 7 years ago

bentsherman commented 7 years ago

I created some bare-bones unit tests with Karma and Jasmine (run them with npm test), but they could still be fleshed out. The purpose of these tests is mostly sanity checking, to make sure that all of the Angular controllers load properly, but they could be expanded to ensure that the functions in these controllers have the correct behavior.