[Forms] Add skeleton specs
Add skeleton specs for scripts from the Forms component. WTD-530.
This commit is contained in:
12
platform/forms/test/MCTControlSpec.js
Normal file
12
platform/forms/test/MCTControlSpec.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../src/MCTControl"],
|
||||
function (MCTControl) {
|
||||
"use strict";
|
||||
|
||||
describe("The mct-control directive", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user