[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:
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",
|
"LayoutDrag",
|
||||||
"LayoutSelection",
|
"LayoutSelection",
|
||||||
"elements/AccessorMutator",
|
"elements/AccessorMutator",
|
||||||
|
"elements/ElementFactory",
|
||||||
"elements/ElementProxies",
|
"elements/ElementProxies",
|
||||||
"elements/ElementProxy",
|
"elements/ElementProxy",
|
||||||
|
"elements/LineProxy",
|
||||||
"elements/TelemetryProxy"
|
"elements/TelemetryProxy"
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user