openmct/platform/features/layout/test/LayoutControllerSpec.js

11 lines
231 B
JavaScript
Raw Normal View History

/*global define,describe,it,expect,beforeEach,jasmine*/
define(
["../src/LayoutController"],
function (LayoutController) {
"use strict";
describe("The Layout controller", function () {
});
}
);