mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
29c5a7aaba
Add skeleton specs for scripts from the Forms component. WTD-530.
12 lines
233 B
JavaScript
12 lines
233 B
JavaScript
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../src/MCTControl"],
|
|
function (MCTControl) {
|
|
"use strict";
|
|
|
|
describe("The mct-control directive", function () {
|
|
|
|
});
|
|
}
|
|
); |