mattbradley / livestampjs

A simple, unobtrusive jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements using Moment.js.
http://mattbradley.github.com/livestampjs
MIT License
409 stars 70 forks source link

unit tests #17

Closed AndersDJohnson closed 11 years ago

AndersDJohnson commented 11 years ago

I may write some unit tests. Does anyone prefer a particular framework? I'm thinking QUnit makes sense here.

mattbradley commented 11 years ago

If you take a look at the gh-pages branch, there are some unit tests written using Nodeunit. Feel free to update, add to, or rewrite those tests using whatever you'd like.