UNPKG

tui-grid

Version:

TOAST UI Grid : Powerful data grid control supported by TOAST UI

10 lines (7 loc) 213 B
/** * @fileoverview Test env * @author NHN. FE Development Lab <dl_javascript@nhn.com> */ 'use strict'; var testsContext = require.context('./', true, /spec\.js$/); testsContext.keys().forEach(testsContext);