UNPKG

jquery-infinite-scroller

Version:

A jQuery plugin that infinitely scrolls content based on mouse position

14 lines (12 loc) 238 B
module.exports = function( config ) { config.set( { files: [ "node_modules/jquery/dist/jquery.js", "dist/infinite-scroller.min.js", "test/setup.js", "test/spec/*" ], frameworks: [ "qunit" ], autoWatch: true } ); };