openmct/platform/features/plot/test/GLChartSpec.js

14 lines
282 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/GLChart"],
function (GLChart) {
"use strict";
describe("A WebGL chart", function () {
});
}
);