rob-murray / ui-message-queue

User Interface Message Queue Javascript implementation
http://rob-murray.github.io/ui-message-queue/
Other
24 stars 4 forks source link

The tests for 'display messages from queue' are disabled #6

Open rob-murray opened 10 years ago

rob-murray commented 10 years ago

The tests for display messages from queue are currently disabled due to being unable to get jasmine.Clock.tick to work correctly so that we can test processing messages in the queue.

These tests are important in order to test the _processMessageQueue method and so major chunk of the code.