1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Daniel Neto 2023-06-30 09:56:13 -03:00
parent 37e90e3dfe
commit 214f5d9fc3
4949 changed files with 1393320 additions and 29 deletions

9
node_modules/flickity/test/unit/watch.js generated vendored Normal file
View file

@ -0,0 +1,9 @@
QUnit.test( 'watch fallback', function( assert ) {
let elem = document.querySelector('#watch');
let flkty = new Flickity( elem, {
watchCSS: true,
} );
assert.ok( !flkty.isActive, 'fallback not active, watchCSS: true' );
} );