grid programme
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
QUnit.test( 'watch fallback', function( assert ) {
|
||||
'use strict';
|
||||
|
||||
var elem = document.querySelector('#watch');
|
||||
var flkty = new Flickity( elem, {
|
||||
watchCSS: true
|
||||
});
|
||||
|
||||
assert.ok( !flkty.isActive, 'fallback not active, watchCSS: true' );
|
||||
});
|
||||
Reference in New Issue
Block a user