openmct/platform/forms/test/MCTFormSpec.js
Victor Woeltjen 29c5a7aaba [Forms] Add skeleton specs
Add skeleton specs for scripts from the Forms
component. WTD-530.
2014-11-28 14:40:35 -08:00

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 () {
});
}
);