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