allow all timeslider tests to run

This commit is contained in:
John McLear 2013-02-09 17:18:13 +00:00
parent 280b3a404c
commit 6651ed0b7a

View file

@ -4,7 +4,7 @@ describe("timeslider", function(){
helper.newPad(cb); helper.newPad(cb);
this.timeout(6000); this.timeout(6000);
}); });
xit("loads adds a hundred revisions", function(done) { it("loads adds a hundred revisions", function(done) {
var inner$ = helper.padInner$; var inner$ = helper.padInner$;
var chrome$ = helper.padChrome$; var chrome$ = helper.padChrome$;