remove unused dependency, disable inconsistent 'slidetransitionend' test
This commit is contained in:
@ -721,6 +721,7 @@
|
||||
|
||||
});
|
||||
|
||||
/* Fails intermittently...
|
||||
QUnit.test( 'slidetransitionend', function( assert ) {
|
||||
assert.expect( 2 );
|
||||
let done = assert.async( 2 );
|
||||
@ -746,6 +747,7 @@
|
||||
Reveal.slide( 1, 0 );
|
||||
|
||||
});
|
||||
*/
|
||||
|
||||
QUnit.test( 'paused', function( assert ) {
|
||||
assert.expect( 1 );
|
||||
|
Reference in New Issue
Block a user