mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Common UI] Add skeleton specs
Add empty test scripts for new scripts introduced to the platform/commonUI/general bundle in support of the autoflow tabular view, WTD-614.
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../../src/controllers/GetterSetterController"],
|
||||
function (GetterSetterController) {
|
||||
"use strict";
|
||||
|
||||
describe("The getter-setter controller", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user