wework icon indicating copy to clipboard operation
wework copied to clipboard

Add velocity and tests

Open nate-strauser opened this issue 11 years ago • 2 comments

--- 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).

nate-strauser avatar Feb 26 '15 19:02 nate-strauser

@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?

jorisbontje avatar Mar 18 '15 08:03 jorisbontje

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

nate-strauser avatar Mar 18 '15 23:03 nate-strauser