djalmaaraujo / facegroup

A Facebook Group Reader
http://facegroup.me/
10 stars 4 forks source link

Add testing packages #15

Closed chip closed 10 years ago

chip commented 10 years ago

Djalma - I'm not sure if you like mocha or chai for testing, but if so I'll be attempting to write some tests. If not, let me know what packages or frameworks you prefer. Thanks.

djalmaaraujo commented 10 years ago

Hey Chip, Let's use Jasmine, since it is the default test suite for Angular.

http://docs.angularjs.org/guide/unit-testing

Thanks a lot for your interest.

Djalma Araújo

Skype: djalmaaraujo Linkedin: br.linkedin.com/in/djalmaaraujo Gtalk: djalma.araujo@gmail.com

On Tue, Mar 18, 2014 at 11:49 PM, Chip Castle notifications@github.comwrote:

Djalma - I'm not sure if you like mocha or chai for testing, but if so I'll be attempting to write some tests. If not, let me know what packages

or frameworks you prefer. Thanks.

You can merge this Pull Request by running

git pull https://github.com/chip/facegroup master

Or view, comment on, or merge it at:

https://github.com/djalmaaraujo/facegroup/pull/15 Commit Summary

  • Add testing packages

File Changes

  • M package.jsonhttps://github.com/djalmaaraujo/facegroup/pull/15/files#diff-0(5)

Patch Links:

Reply to this email directly or view it on GitHubhttps://github.com/djalmaaraujo/facegroup/pull/15 .

chip commented 10 years ago

Will do. The jasmine docs look way better now than when I tried them some time ago!