UNPKG

hydro-clean-stacks

Version:
28 lines (26 loc) 394 B
/** * Test config. * * @param {Object} hydro * @api public */ module.exports = function(hydro) { hydro.set({ attach: global, chai: { styles: 'assert', stack: true }, proxies: { test: 'addTest' }, plugins: [ 'hydro-chai', ], suite: 'hydro-clean-stacks', formatter: 'hydro-simple', tests: [ 'test/*.js' ] }); };