mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[Forms] Add skeleton specs
Add skeleton specs for scripts from the Forms component. WTD-530.
This commit is contained in:
12
platform/forms/test/controllers/DateTimeControllerSpec.js
Normal file
12
platform/forms/test/controllers/DateTimeControllerSpec.js
Normal file
@ -0,0 +1,12 @@
|
||||
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../../src/controllers/DateTimeController"],
|
||||
function (DateTimeController) {
|
||||
"use strict";
|
||||
|
||||
describe("The date-time directive", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user