mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[Common UI] Add skeleton specs
Add skeleton specs for bundle platform/commonUI/general. WTD-574.
This commit is contained in:
11
platform/commonUI/general/test/ContextMenuControllerSpec.js
Normal file
11
platform/commonUI/general/test/ContextMenuControllerSpec.js
Normal file
@ -0,0 +1,11 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../src/ContextMenuController"],
|
||||
function (ContextMenuController) {
|
||||
"use strict";
|
||||
|
||||
describe("The domain object provider", function () {
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user