mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
12 lines
262 B
JavaScript
12 lines
262 B
JavaScript
|
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||
|
|
||
|
define(
|
||
|
["../../src/controllers/DateTimeController"],
|
||
|
function (DateTimeController) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("The date-time directive", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|