mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 22:42:24 +00:00
955c4209f0
Add placeholder specs for new scripts introduced to support merging real-time and historical telemetry, WTD-806.
13 lines
250 B
JavaScript
13 lines
250 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../src/TelemetryHandler"],
|
|
function (TelemetryHandler) {
|
|
"use strict";
|
|
|
|
describe("The telemetry handler", function () {
|
|
|
|
});
|
|
}
|
|
);
|