Files
Zos/Skills/@be/be/node_modules/hls.js/tests/tests.webpack.js

8 lines
190 B
JavaScript

const tests = require.context('./unit/', true, /\.js$/);
tests.keys().forEach(tests);
const components = require.context('../src/', true, /\.js$/);
components.keys().forEach(components);