mirror of
https://github.com/nasa/openmct.git
synced 2025-01-04 20:34:09 +00:00
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 () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|