Created
September 18, 2012 02:45
-
-
Save cemeng/3740964 to your computer and use it in GitHub Desktop.
Testing Angular w/ Jasmine in CoffeeScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Useful resources: | |
- https://github.com/GoogleChrome/textdrive-app - the test is written in CoffeeScript | |
- http://docs.angularjs.org/tutorial/step_05 - read the testing bit, test written in JS | |
Things to know: | |
- You must include angular-mock.js library | |
- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment