openmct/platform/features/plot/test/modes/PlotModeOptionsSpec.js
Victor Woeltjen a677ed258e [Plot] Add skeleton specs for stacked plots
Add skeleton specs for classes introduced to support
stacked plot mode, WTD-625.
2014-12-12 09:44:05 -08:00

14 lines
311 B
JavaScript

/*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 () {
});
}
);