mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
[Common UI] Skeleton specs for Browse
Add skeleton specs for browse mode. WTD-574.
This commit is contained in:
16
platform/commonUI/browse/test/ViewSwitcherControllerSpec.js
Normal file
16
platform/commonUI/browse/test/ViewSwitcherControllerSpec.js
Normal file
@ -0,0 +1,16 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
/**
|
||||
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
|
||||
*/
|
||||
define(
|
||||
["../src/ViewSwitcherController"],
|
||||
function (BrowseController) {
|
||||
"use strict";
|
||||
|
||||
describe("The view switcher controller", function () {
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user