mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
11 lines
231 B
JavaScript
11 lines
231 B
JavaScript
|
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||
|
|
||
|
define(
|
||
|
["../src/LayoutController"],
|
||
|
function (LayoutController) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("The Layout controller", function () {
|
||
|
});
|
||
|
}
|
||
|
);
|