Heisenbergjs / heisenberg

A project base for building modern JavaScript applications
http://heisenbergjs.github.com/heisenberg/
156 stars 12 forks source link

thoughts on testing? #21

Closed jcsrb closed 11 years ago

jcsrb commented 11 years ago

with Heisenberg being an opinionated framework base project, a starter kit for testing should be included...

:thought_balloon: thoughts?

tgvashworth commented 11 years ago

:+1:

This would be good to see. It might be worth looking at @rmurphey's js-testing-boilerplates project for ways of doing it.

jackfranklin commented 11 years ago

Completely agree. I landed JSHInt support in through Grunt last night, but yeah we need to set up some basic sample test structure.

benhowdle89 commented 11 years ago

Yeah, this would be great, because testing is something I've yet to force into my workflow, so it'd definitely help people see it from the outset...

jackfranklin commented 11 years ago

My immediate thoughts on this:

Personally I really like Jasmine but I'm not fussed either way on which one we go for. Jasmine also has a fixtures plugin for DOM manipulation.

benhowdle89 commented 11 years ago

I can only speculate on this issue, because I don't currently build testing into my workflow - however I've heard great things about Jasmine.

jackfranklin commented 11 years ago

I know last night on IRC @phuu suggested testacular?