UNPKG
@mnmtanish/react-split-pane
Version:
latest (0.1.31)
0.1.31
0.1.30
React split-pane component
github.com/tomkp/react-split-pane
tomkp/react-split-pane
@mnmtanish/react-split-pane
/
cover.js
11 lines
(9 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
#!/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
();