mirror of
https://github.com/nasa/openmct.git
synced 2025-01-14 08:49:58 +00:00
12 lines
287 B
JavaScript
12 lines
287 B
JavaScript
|
/*global define,describe,it,expect,beforeEach,jasmine*/
|
||
|
|
||
|
define(
|
||
|
["../../src/capabilities/EditablePersistenceCapability"],
|
||
|
function (EditablePersistenceCapability) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("An editable persistence capability", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|