mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
b026e313be
Add skeleton specs for bundle platform/commonUI/general. WTD-574.
11 lines
248 B
JavaScript
11 lines
248 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../src/ToggleController"],
|
|
function (ToggleController) {
|
|
"use strict";
|
|
|
|
describe("The toggle controller", function () {
|
|
});
|
|
}
|
|
); |