Sunday, 3 January 2016

Debug Ember test

Use pauseTest to pause test and check application state while testing.

return pauseTest()



See http://emberjs.com/api/classes/Ember.Test.html#method_pauseTest for more info.

No comments:

Post a Comment