UNPKG

benderjs-yui-beautified

Version:

Bender.js plugin adding beautified assertions to the YUI adapter.

27 lines (21 loc) 299 B
/* jshint browser: false, node: true */ 'use strict'; var config = { applications: {}, framework: 'yui', plugins: [ 'benderjs-yui', 'lib' ], tests: { Plugin: { applications: [], basePath: '.', paths: [ 'tests/**', '!**/_*/**' ] } } }; module.exports = config;