dominickm / jupiter_broadcasting_mobile_community

The Jupiter Broadcasting community project.
Other
100 stars 17 forks source link

Initial commit with unit tests, as well as with basic DOM testing. This ... #38

Closed ograycode closed 11 years ago

ograycode commented 11 years ago

...closes #10

I don't like how we have to duplicate the html section, but I couldn't find a way around it.

ShaneQful commented 11 years ago

Yeah you have to duplicate the html with most js testing frameworks and it's always rubbed me the wrong way because duplication of code give me the creeps. Hopefully someone comes up with a nicer way to do it so more people are encouraged to test their js.