mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
3 lines
126 B
JavaScript
3 lines
126 B
JavaScript
const testsContext = require.context('.', true, /^\.\/(src|example)\/.*Spec.js$/);
|
|
testsContext.keys().forEach(testsContext);
|