mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 07:23:16 +00:00
668a1e4534
Add empty specs for classes introduced in support of Add menu options for fixed position view, WTD-880.
11 lines
252 B
JavaScript
11 lines
252 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine*/
|
|
|
|
define(
|
|
['../../src/elements/ElementFactory'],
|
|
function (ElementFactory) {
|
|
"use strict";
|
|
|
|
describe("The fixed position element factory", function () {
|
|
});
|
|
}
|
|
); |