UNPKG
tui-dom
Version:
latest (3.0.0)
3.0.0
TOAST UI Utility: DOM
github.com/nhnent/tui.dom
nhnent/tui.dom
tui-dom
/
test
/
index.js
8 lines
(6 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@fileoverview
Test env *
@author
NHN Ent. FE Development Lab <dl_javascript
@nhnent
.com> */
const
testsContext =
require
.
context
(
'./'
,
true
,
/spec\.js$/
); testsContext.
keys
().
forEach
(testsContext);