-
-
Notifications
You must be signed in to change notification settings - Fork 598
Open
Description
Hi,
I've been thinking maybe cncjs should have some front end testing tools. I find working on the front end particularly difficult because of this.
My personal preference is Karma and Jasmine but that's only really due to having the option to have the test rendered in the browser. (I believe, definitely true for my other projects)
I've experimented with different options, however haven't been able to comprehend how to wire in all the complexity from babel and webpack into the testing frameworks.
Any thoughts?
Toby