openmct/platform/features/plot/test/modes/PlotModeOptionsSpec.js

14 lines
311 B
JavaScript
Raw Normal View History

/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/**
* MergeModelsSpec. Created by vwoeltje on 11/6/14.
*/
define(
["../../src/modes/PlotModeOptions"],
function (PlotModeOptions) {
"use strict";
describe("Plot mode options", function () {
});
}
);