describe("UI Modal", function() {

  it("should have an instance in metadata after init", function() {
    expect(true).toBe(true);
  });

});