mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
|
const testsContext = require.context('.', true, /\/(src|platform)\/.*Spec.js$/);
|
||
|
|
||
|
testsContext.keys().forEach(testsContext);
|