[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:
20
platform/persistence/elastic/test/ElasticIndicatorSpec.js
Normal file
20
platform/persistence/elastic/test/ElasticIndicatorSpec.js
Normal file
@@ -0,0 +1,20 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../src/ElasticIndicator"],
|
||||
function (ElasticIndicator) {
|
||||
"use strict";
|
||||
|
||||
describe("The ElasticSearch status indicator", function () {
|
||||
var mockHttp,
|
||||
mockInterval,
|
||||
testPath,
|
||||
testInterval,
|
||||
mockPromise,
|
||||
indicator;
|
||||
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user