mirror of
https://github.com/nasa/openmct.git
synced 2025-01-23 21:08:00 +00:00
[Forms] Add placeholder spec for Locator
Add placeholder spec for the LocatorController, introduced to support forms used from the Create menu. Part of ongoing integration of forms bundle, WTD-593.
This commit is contained in:
parent
2476941eb2
commit
1753aa6784
@ -0,0 +1,15 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
/**
|
||||
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
|
||||
*/
|
||||
define(
|
||||
["../../src/creation/LocatorController"],
|
||||
function (LocatorController) {
|
||||
"use strict";
|
||||
|
||||
describe("The locator controller", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
@ -6,6 +6,7 @@
|
||||
"creation/CreateMenuController",
|
||||
"creation/CreateWizard",
|
||||
"creation/CreationService",
|
||||
"creation/LocatorController",
|
||||
"navigation/NavigateAction",
|
||||
"navigation/NavigationService",
|
||||
"windowing/FullscreenAction"
|
||||
|
Loading…
Reference in New Issue
Block a user