/** * test * @author vfasky * **/ 'use strict' import testUtil from './testUtil' import * as path from 'path' testUtil.setup({ testFiles: [ './ui/**/test.js', './tag/**/test.js', './binder/**/test.js', ], output: path.join(__dirname, 'test') })