mirror of
https://github.com/nasa/openmct.git
synced 2025-06-24 02:04:02 +00:00
[Layout] Add empty specs
Add empty specs for new scripts introduced during the transition of Layout object type and view, WTD-535.
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||||
|
||||
define(
|
||||
["../../src/gestures/GestureRepresenter"],
|
||||
function (GestureRepresenter) {
|
||||
"use strict";
|
||||
|
||||
describe("A gesture representer", function () {
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user