dolfelt / scheduler-js

Simple scheduling app using Mithril, ES6, and the When I Work API.
http://wheniwork.com
MIT License
2 stars 0 forks source link

Adding a testing framework #3

Open ameech opened 9 years ago

ameech commented 9 years ago

Any preferences with testing frameworks? I've had good experiences with Jasmine and Mocha/Chair.

I also like using https://github.com/airportyh/testem, it allows us to test in multiple browsers at the same time as we are coding.

Doing a bit more research I see Jasmine has ajax support, not sure if Mocha does, but I assume it does.

@dolfelt @shadowhand @curtis1000

shadowhand commented 9 years ago

Jasmine has worked well for me in the past, but would be willing to try something new.