openmct/platform/features/plot/test/MCTChartSpec.js
Victor Woeltjen ae05ed903b [Plot] Add skeleton specs
Add skeleton specs for remaining plot scripts.
WTD-533.
2014-12-01 19:45:23 -08:00

14 lines
294 B
JavaScript

/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/**
* MergeModelsSpec. Created by vwoeltje on 11/6/14.
*/
define(
["../src/MCTChart"],
function (MCTChart) {
"use strict";
describe("The mct-chart directive", function () {
});
}
);