nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
287 stars 145 forks source link

Add velocity and tests #34

Open nate-strauser opened 9 years ago

nate-strauser commented 9 years ago

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8982260-add-velocity-and-tests?utm_campaign=plugin&utm_content=tracker%2F515572&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F515572&utm_medium=issues&utm_source=github).
jorisbontje commented 9 years ago

@nate-strauser I am considering to take a stab at this (at least for educational purposes). Do you have a preference for a test framework within Velocity?

nate-strauser commented 9 years ago

cucumber style tests look good, but i failed to get them working correctly for complex scenarios (lots of cross test pollution) when working with a client recently

mocha is my go to standard - used it for quite a while with no major issues - running in meteor context (just like chrome console) is great - can be a pain with timeouts and such to wait for actions to complete

jasmine also seems ok

so mocha or maybe jasmine