Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

feat: run unit tests with PhantomJS #156

Closed ocombe closed 10 years ago

ocombe commented 10 years ago

3 features are currently missing in PhantomJS and that's why the tests were failing. I added the polyfills for requestAnimationFrame, bind and CustomEvent and it works ! PhantomJS 1.9.7 (Windows 8): Executed 100 of 110 (skipped 10) SUCCESS (0.412 secs / 0.438 secs)

zackbrown commented 10 years ago

Sweet, nicely done!