mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
12 lines
275 B
JavaScript
12 lines
275 B
JavaScript
|
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||
|
|
||
|
define(
|
||
|
["../../src/capabilities/EditableContextCapability"],
|
||
|
function (EditableContextCapability) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("An editable context capability", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|