UNPKG
react-sortable-mixin
Version:
latest (0.0.1)
0.0.1
0.0.0
Make list like component sortable
hulufei/react-sortable-mixin
react-sortable-mixin
/
__tests__
/
all.js
6 lines
(5 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
require
(
'./phantomjs-shims'
);
// require all modules ending in "-test" from the
// current directory and all subdirectories
var
testsContext =
require
.
context
(
"."
,
true
,
/-test$/
); testsContext.
keys
().
forEach
(testsContext);