mirror of
https://github.com/nasa/openmct.git
synced 2025-01-12 16:02:51 +00:00
955c4209f0
Add placeholder specs for new scripts introduced to support merging real-time and historical telemetry, WTD-806.
13 lines
245 B
JavaScript
13 lines
245 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../src/TelemetryHandle"],
|
|
function (TelemetryHandle) {
|
|
"use strict";
|
|
|
|
describe("A telemetry handle", function () {
|
|
|
|
});
|
|
}
|
|
);
|