mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
c55f9ff092
Add empty specs for new scripts introduced to support revision checking and Overwrite/Discard dialog, WTD-1033.
13 lines
264 B
JavaScript
13 lines
264 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
|
|
define(
|
|
["../src/PersistenceQueueHandler"],
|
|
function (PersistenceQueueHandler) {
|
|
"use strict";
|
|
|
|
describe("The persistence queue", function () {
|
|
|
|
});
|
|
}
|
|
); |