UNPKG

tui-dom

Version:
8 lines (6 loc) 207 B
/** * @fileoverview Test env * @author NHN Ent. FE Development Lab <dl_javascript@nhnent.com> */ const testsContext = require.context('./', true, /spec\.js$/); testsContext.keys().forEach(testsContext);