mirror of
https://github.com/nasa/openmct.git
synced 2025-01-14 00:40:06 +00:00
ae05ed903b
Add skeleton specs for remaining plot scripts. WTD-533.
14 lines
306 B
JavaScript
14 lines
306 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
/**
|
|
* MergeModelsSpec. Created by vwoeltje on 11/6/14.
|
|
*/
|
|
define(
|
|
["../../src/elements/PlotPreparer"],
|
|
function (PlotPreparer) {
|
|
"use strict";
|
|
|
|
describe("A plot preparer", function () {
|
|
});
|
|
}
|
|
); |