[Persistence] Add spec for failure dialog
WTD-1033.
This commit is contained in:
@@ -7,7 +7,10 @@ define(
|
||||
"use strict";
|
||||
|
||||
describe("Persistence failure constants", function () {
|
||||
|
||||
it("defines an overwrite key", function () {
|
||||
expect(PersistenceFailureConstants.OVERWRITE_KEY)
|
||||
.toEqual(jasmine.any(String));
|
||||
});
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user