From c7ee5c6f5839b2a6730712d6f98bfb567b3799a0 Mon Sep 17 00:00:00 2001 From: decaffeinate Date: Mon, 13 Jan 2020 20:01:13 +0100 Subject: [PATCH] decaffeinate: Run post-processing cleanups on NotificationsControllerTest.coffee and 1 other file --- .../test/unit/coffee/NotificationsControllerTest.js | 7 +++++++ .../notifications/test/unit/coffee/NotificationsTests.js | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/services/notifications/test/unit/coffee/NotificationsControllerTest.js b/services/notifications/test/unit/coffee/NotificationsControllerTest.js index 2172976d19..d60a0777e4 100644 --- a/services/notifications/test/unit/coffee/NotificationsControllerTest.js +++ b/services/notifications/test/unit/coffee/NotificationsControllerTest.js @@ -1,3 +1,10 @@ +/* eslint-disable + camelcase, + no-return-assign, + no-unused-vars, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns diff --git a/services/notifications/test/unit/coffee/NotificationsTests.js b/services/notifications/test/unit/coffee/NotificationsTests.js index db389e2890..90a9756972 100644 --- a/services/notifications/test/unit/coffee/NotificationsTests.js +++ b/services/notifications/test/unit/coffee/NotificationsTests.js @@ -1,3 +1,12 @@ +/* eslint-disable + camelcase, + handle-callback-err, + no-dupe-keys, + no-return-assign, + no-unused-vars, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns