mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
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 () {
|
||
|
});
|
||
|
}
|
||
|
);
|