[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:
Victor Woeltjen
2015-03-24 16:13:59 -07:00
parent 015d863d79
commit c55f9ff092
14 changed files with 162 additions and 326 deletions

View File

@ -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 () {
});
}
);