mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 04:14:32 +00:00
[Fixed Position] Add empty specs
Add empty specs for classes introduced in support of Add menu options for fixed position view, WTD-880.
This commit is contained in:
parent
f9043fdb7d
commit
668a1e4534
11
platform/features/layout/test/elements/ElementFactorySpec.js
Normal file
11
platform/features/layout/test/elements/ElementFactorySpec.js
Normal file
@ -0,0 +1,11 @@
|
||||
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||||
|
||||
define(
|
||||
['../../src/elements/ElementFactory'],
|
||||
function (ElementFactory) {
|
||||
"use strict";
|
||||
|
||||
describe("The fixed position element factory", function () {
|
||||
});
|
||||
}
|
||||
);
|
11
platform/features/layout/test/elements/LineProxySpec.js
Normal file
11
platform/features/layout/test/elements/LineProxySpec.js
Normal file
@ -0,0 +1,11 @@
|
||||
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||||
|
||||
define(
|
||||
['../../src/elements/LineProxy'],
|
||||
function (LineProxy) {
|
||||
"use strict";
|
||||
|
||||
describe("A fixed position line proxy", function () {
|
||||
});
|
||||
}
|
||||
);
|
@ -5,7 +5,9 @@
|
||||
"LayoutDrag",
|
||||
"LayoutSelection",
|
||||
"elements/AccessorMutator",
|
||||
"elements/ElementFactory",
|
||||
"elements/ElementProxies",
|
||||
"elements/ElementProxy",
|
||||
"elements/LineProxy",
|
||||
"elements/TelemetryProxy"
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user