UNPKG
uxcore-animate
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
uxcore-animate component for uxcore.
github.com/uxcore/uxcore-animate
uxcore/uxcore-animate
uxcore-animate
/
tests
/
index.js
6 lines
(5 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
/** * only require other specs here */
const
req =
require
.
context
(
'.'
,
false
,
/\.spec\.js(x)?$/
); req.
keys
().
forEach
(req);