[Plot] Add placeholder specs

Add placeholder specs for new scripts introduced to support
merging real-time and historical telemetry, WTD-806.
This commit is contained in:
Victor Woeltjen
2015-04-17 15:11:22 -07:00
parent 62958280b7
commit 955c4209f0
7 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define(
["../../src/elements/PlotLine"],
function (PlotLine) {
"use strict";
describe("A plot line", function () {
});
}
);