mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 19:36:41 +00:00
f418491cc4
Add empty specs for new scripts introduced during the transition of Layout object type and view, WTD-535.
11 lines
219 B
JavaScript
11 lines
219 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine*/
|
|
|
|
define(
|
|
["../src/LayoutDrag"],
|
|
function (LayoutDrag) {
|
|
"use strict";
|
|
|
|
describe("A Layout drag handler", function () {
|
|
});
|
|
}
|
|
); |