mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
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 () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|