mirror of
https://github.com/nasa/openmct.git
synced 2025-01-08 22:12:42 +00:00
11 lines
214 B
JavaScript
11 lines
214 B
JavaScript
|
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||
|
|
||
|
define(
|
||
|
["../src/MCTDrag"],
|
||
|
function (MCTDrag) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("The mct-drag directive", function () {
|
||
|
});
|
||
|
}
|
||
|
);
|