mirror of
https://github.com/nasa/openmct.git
synced 2025-01-03 03:46:42 +00:00
88f3221938
Add empty files which will contain specs for bundle platform/commonUI/edit, which is responsible for Edit mode. WTD-574.
12 lines
245 B
JavaScript
12 lines
245 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine*/
|
|
|
|
define(
|
|
["../src/EditActionController"],
|
|
function (EditActionController) {
|
|
"use strict";
|
|
|
|
describe("The Edit Action controller", function () {
|
|
|
|
});
|
|
}
|
|
); |