mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 14:34:08 +00:00
12 lines
224 B
JavaScript
12 lines
224 B
JavaScript
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../src/MCTForm"],
|
|
function (MCTForm) {
|
|
"use strict";
|
|
|
|
describe("The mct-form directive", function () {
|
|
|
|
});
|
|
}
|
|
); |