We need to get to 100% code coverage to make sure that Spectra is robust.
Take a look at https://coveralls.io/r/avp/spectra if you need to see the current condition of the tests, and which lines need to be covered.
Also, if you run grunt karma there'll be test coverage information generated in test/coverage/. If you keep going down the directory tree, you'll find an HTML file that contains an analysis of the test coverage.
We need to get to 100% code coverage to make sure that Spectra is robust.
Take a look at https://coveralls.io/r/avp/spectra if you need to see the current condition of the tests, and which lines need to be covered.
Also, if you run
grunt karma
there'll be test coverage information generated intest/coverage/
. If you keep going down the directory tree, you'll find an HTML file that contains an analysis of the test coverage.