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