mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added timeout-message test
This commit is contained in:
parent
20c3cf8e0c
commit
82a8337094
@ -294,5 +294,13 @@ describe('raptor-templates/rhtml-async' , function() {
|
|||||||
}, done);
|
}, done);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("should allow for a timeout message", function(done) {
|
||||||
|
testRender('test-project/rhtml-templates/async-fragment-timeout-message.rhtml', {
|
||||||
|
userInfo: function(arg, done) {
|
||||||
|
// Do nothing to trigger a timeout
|
||||||
|
}
|
||||||
|
}, done);
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user