Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 406 Bytes

tdd-jasmine-beancounter-example

A Jasmine TDD example. Look at the branches for the progression from one behavior, to 2, then to refactored passing tests all the way.

master - Initial Version with basic functionality.

final-before-refactor-version - We now handle surplus messages correctly.

final-version - Refactored for cleanliness, de-duplication, and readability.