sproutsocial / walltime-js

A JavaScript library for easily translating a UTC time to a "Wall Time" for a particular time zone.
MIT License
121 stars 12 forks source link

Client Side Library Tests with Phantom #26

Closed jgable closed 11 years ago

jgable commented 11 years ago

We should try to replicate some base line client tests on the client side library. We already kind of have a requirejs file template, we'll just need to also create a regular non requirejs template and add some unit tests.

I'd like to use mocha for the client side tests as well, to make it a little easier to translate our tests to the client side.

The mocha-phantomjs module looks hopeful.