UNPKG
uxcore-rich-text
Version:
latest (0.1.6)
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
uxcore-rich-text component for uxcore.
github.com/uxcore/uxcore-rich-text
uxcore/uxcore-rich-text
uxcore-rich-text
/
tests
/
index.js
7 lines
(5 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * only require other specs here */
const
req =
require
.
context
(
'.'
,
false
,
/\.spec\.js(x)?$/
); req.
keys
().
forEach
(req);