mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 19:36:41 +00:00
14cbb9fb40
Add placeholder specs for classes added to support selection of elements in a fixed position view, WTD-879.
13 lines
253 B
JavaScript
13 lines
253 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine,xit*/
|
|
|
|
define(
|
|
['../src/LayoutSelection'],
|
|
function (LayoutSelection) {
|
|
"use strict";
|
|
|
|
describe("Layout/fixed position selection manager", function () {
|
|
|
|
});
|
|
}
|
|
);
|