mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
13 lines
246 B
JavaScript
13 lines
246 B
JavaScript
|
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||
|
|
||
|
define(
|
||
|
['../../src/elements/ElementProxy'],
|
||
|
function (ElementProxy) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("A fixed position element proxy", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|