mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
13 lines
241 B
JavaScript
13 lines
241 B
JavaScript
|
/*global define,describe,it,expect,beforeEach,jasmine,xit*/
|
||
|
|
||
|
define(
|
||
|
['../src/FixedProxy'],
|
||
|
function (FixedProxy) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("Fixed Position view's selection proxy", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|