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

13 lines
253 B
JavaScript
Raw Normal View History

/*global define,describe,it,expect,beforeEach,jasmine,xit*/
define(
['../src/LayoutSelection'],
function (LayoutSelection) {
"use strict";
describe("Layout/fixed position selection manager", function () {
});
}
);