var expect = require("chai").expect; describe("NotificationsIOS", function () { it("should pass", function () { expect(true).to.be.true; }); });