mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +00:00
removing focused it
This commit is contained in:
parent
7cba09b920
commit
405b497135
@ -720,7 +720,7 @@ describe('the plugin', function () {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
fit('should evaluate as old when telemetry is not received in the allotted time', async () => {
|
it('should evaluate as old when telemetry is not received in the allotted time', async () => {
|
||||||
let onAddResolve;
|
let onAddResolve;
|
||||||
const onAddCalledPromise = new Promise((resolve) => {
|
const onAddCalledPromise = new Promise((resolve) => {
|
||||||
onAddResolve = resolve;
|
onAddResolve = resolve;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user