mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 07:23:16 +00:00
c55f9ff092
Add empty specs for new scripts introduced to support revision checking and Overwrite/Discard dialog, WTD-1033.
13 lines
275 B
JavaScript
13 lines
275 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
|
|
define(
|
|
["../src/PersistenceFailureDialog"],
|
|
function (PersistenceFailureDialog) {
|
|
"use strict";
|
|
|
|
describe("The persistence failure dialog", function () {
|
|
|
|
});
|
|
}
|
|
); |