mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
f418491cc4
Add empty specs for new scripts introduced during the transition of Layout object type and view, WTD-535.
11 lines
233 B
JavaScript
11 lines
233 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine*/
|
|
|
|
define(
|
|
["../src/EditRepresenter"],
|
|
function (EditRepresenter) {
|
|
"use strict";
|
|
|
|
describe("The Edit mode representer", function () {
|
|
});
|
|
}
|
|
); |