mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Plot] Add placeholder specs
Add placeholder specs for new scripts introduced to support merging real-time and historical telemetry, WTD-806.
This commit is contained in:
12
platform/features/plot/test/elements/PlotLineSpec.js
Normal file
12
platform/features/plot/test/elements/PlotLineSpec.js
Normal file
@ -0,0 +1,12 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../../src/elements/PlotLine"],
|
||||
function (PlotLine) {
|
||||
"use strict";
|
||||
|
||||
describe("A plot line", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user