mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 23:36:41 +00:00
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 () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|