UNPKG

lucid-ui

Version:

A UI component library from Xandr.

5 lines (4 loc) 200 B
// creates a single test bundle // https://github.com/webpack/karma-webpack#alternative-usage const testsContext = require.context('.', true, /spec.jsx?$/); testsContext.keys().forEach(testsContext);