From de9e6279248f276b9158e2a5c025dbb71b449e1c Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Tue, 4 Oct 2016 12:06:28 -0700 Subject: [PATCH] fix(lint) --- internal_packages/notifications/spec/update-notif-spec.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_packages/notifications/spec/update-notif-spec.jsx b/internal_packages/notifications/spec/update-notif-spec.jsx index 8395c4903..85cc9f21b 100644 --- a/internal_packages/notifications/spec/update-notif-spec.jsx +++ b/internal_packages/notifications/spec/update-notif-spec.jsx @@ -30,7 +30,7 @@ const patched = proxyquire("../lib/items/update-notification", const UpdateNotification = patched.default; -describe("UpdateNotification", () => { +describe("UpdateNotification", function describeBlock() { beforeEach(() => { stubUpdaterState = 'idle' stubUpdaterReleaseVersion = undefined