mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 00:31:06 +00:00
955c4209f0
Add placeholder specs for new scripts introduced to support merging real-time and historical telemetry, WTD-806.
12 lines
235 B
JavaScript
12 lines
235 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../../src/elements/PlotLine"],
|
|
function (PlotLine) {
|
|
"use strict";
|
|
|
|
describe("A plot line", function () {
|
|
|
|
});
|
|
}
|
|
); |