UNPKG

jquery-rowtool

Version:

jQuery plugin for dynamically adding rows to a table based on a qty input.

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