UNPKG

@mnmtanish/react-split-pane

Version:
11 lines (9 loc) 227 B
#!/usr/bin/env node var mochify = require('mochify'); var istanbul = require('mochify-istanbul'); mochify('./test/*.js', { reporter: 'dot', transform: ['babelify'] }).plugin(istanbul, { report: ['lcovonly'] }).bundle();