allow all timeslider tests to run
This commit is contained in:
parent
280b3a404c
commit
6651ed0b7a
1 changed files with 1 additions and 1 deletions
|
@ -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$;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue