mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
[Fixed Position] Add placeholder specs
Add placeholder specs for classes added to support selection of elements in a fixed position view, WTD-879.
This commit is contained in:
12
platform/features/layout/test/FixedProxySpec.js
Normal file
12
platform/features/layout/test/FixedProxySpec.js
Normal file
@ -0,0 +1,12 @@
|
||||
/*global define,describe,it,expect,beforeEach,jasmine,xit*/
|
||||
|
||||
define(
|
||||
['../src/FixedProxy'],
|
||||
function (FixedProxy) {
|
||||
"use strict";
|
||||
|
||||
describe("Fixed Position view's selection proxy", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user