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