mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
f7e3c9479b
Add empty test scripts for new scripts introduced to the platform/telemetry bundle in support of the autoflow tabular view, WTD-614.
12 lines
262 B
JavaScript
12 lines
262 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../src/TelemetrySubscription"],
|
|
function (TelemetrySubscription) {
|
|
"use strict";
|
|
|
|
describe("A telemetry subscription", function () {
|
|
|
|
});
|
|
}
|
|
); |