openmct/platform/features/layout/test/elements/LineProxySpec.js

11 lines
235 B
JavaScript
Raw Normal View History

/*global define,describe,it,expect,beforeEach,jasmine*/
define(
['../../src/elements/LineProxy'],
function (LineProxy) {
"use strict";
describe("A fixed position line proxy", function () {
});
}
);