UNPKG

purify

Version:

Validator functions for many types of input, intended for use with express

23 lines (18 loc) 439 B
module.exports = function(config) { config.set({ frameworks: ['mocha'], files: [ './node_modules/unexpected/unexpected.js', './lib/purify.js', './test/purify.js' ], client: { mocha: { reporter: 'html', timeout: 60000 } }, browsers: ['ChromeHeadless'], reporters: ['dots'] }); };