mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
ba2a6030c2
Updates Event Generator to ES6 classes and current API. Co-authored-by: Andrew Henry <akhenry@gmail.com> Co-authored-by: John Hill <john.c.hill@nasa.gov>
4 lines
137 B
JavaScript
4 lines
137 B
JavaScript
const testsContext = require.context('.', true, /\/(src|platform|\.\/example)\/.*Spec.js$/);
|
|
|
|
testsContext.keys().forEach(testsContext);
|