mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 07:31:02 +08:00
More Javascript Tests + Fixtures. Also a rake task to crawl them.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
function integration(name) {
|
||||
module(name, {
|
||||
module("Integration: " + name, {
|
||||
setup: function() {
|
||||
sinon.stub(Discourse.ScrollingDOMMethods, "bindOnScroll");
|
||||
sinon.stub(Discourse.ScrollingDOMMethods, "unbindOnScroll");
|
||||
|
Reference in New Issue
Block a user