mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
[Persistence] Add placeholder specs
Add empty specs for new scripts introduced to support revision checking and Overwrite/Discard dialog, WTD-1033.
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
|
||||
define(
|
||||
["../src/PersistenceQueueHandler"],
|
||||
function (PersistenceQueueHandler) {
|
||||
"use strict";
|
||||
|
||||
describe("The persistence queue", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user