-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
This is really interesting, but I can't help noticing that there is no testing framework set up as default. Is this on the agenda?
Personally I find the testing part to be the worst part of the whole boilerplate madness, since you always end up needing plugins like jquery, and each plugin is responsible for documenting how it's configured.
And if you're using something other than Karma, well... good luck!
Anywho, will you be adding a Karma config with some generic tests for the included default components to verify that it works out of the box?
I could do a PR, of course, but I'm so bad at configuring Karma it would probably end up failing everything...