Welcome to mirror list, hosted at ThFree Co, Russian Federation.

indexTest.js - github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ae5eea82c5721fd5a61929f6f494bfd155000d5 (plain)
1
2
const testsContext = require.context('.', true, /^\.\/(src|example)\/.*Spec.js$/);
testsContext.keys().forEach(testsContext);