mirror of
https://github.com/nasa/openmct.git
synced 2025-02-02 09:18:20 +00:00
12 lines
277 B
JavaScript
12 lines
277 B
JavaScript
|
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||
|
|
||
|
define(
|
||
|
["../../src/elements/PlotSeriesWindow"],
|
||
|
function (PlotSeriesWindow) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("A plot's window on a telemetry series", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|