Use Jasmine waitsFor() in tests
Registered by
Tim Black
// TODO: Maybe this is failing because it doesn't wait until after the AJAX call
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Tim Black
- Definition:
- Approved
- Series goal:
- Accepted for couchapp-backbone
- Implementation:
- Implemented
- Milestone target:
- 0.1
- Started by
- Tim Black
- Completed by
- Tim Black
Related branches
Related bugs
Sprints
Whiteboard
I'm getting a "RangeError: Maximum call stack size exceeded" error.
It turns out that this error was caused by accidentally loading the Jasmine unit tests twice instead of just once.
(?)