mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Plot] Add skeleton specs
Add skeleton specs for remaining plot scripts. WTD-533.
This commit is contained in:
14
platform/features/plot/test/elements/PlotFormatterSpec.js
Normal file
14
platform/features/plot/test/elements/PlotFormatterSpec.js
Normal file
@ -0,0 +1,14 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
/**
|
||||
* MergeModelsSpec. Created by vwoeltje on 11/6/14.
|
||||
*/
|
||||
define(
|
||||
["../../src/elements/PlotFormatter"],
|
||||
function (PlotFormatter) {
|
||||
"use strict";
|
||||
|
||||
describe("The plot formatter", function () {
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user