[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 () {
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user