openmct/platform/features/layout/test/FixedProxySpec.js

13 lines
241 B
JavaScript
Raw Normal View History

/*global define,describe,it,expect,beforeEach,jasmine,xit*/
define(
['../src/FixedProxy'],
function (FixedProxy) {
"use strict";
describe("Fixed Position view's selection proxy", function () {
});
}
);