mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
7e7141a5a0
* Updated library versions * Use Karma alternative spec loading * Fixed memory leak in URLTimeSettingsSynchronizer * Introduce mock DataTransfer object to fix issue with firefox headless * make resetApplicationState return a promise * Remove BeforeAll * Do not throw an error if root returns no children * Adding missing parameters to ES tests * Fixed TransactionService bug * bump test coverage up to 64%
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
const testsContext = require.context('.', true, /\/(src|platform)\/.*Spec.js$/);
|
|
|
|
testsContext.keys().forEach(testsContext);
|