From 100209c2dbc3aa49bdcb78215214873a5ecacfaa Mon Sep 17 00:00:00 2001 From: Tim Alby Date: Mon, 13 Jan 2020 20:01:18 +0100 Subject: [PATCH] decaffeinate: rename test/unit/coffee to test/unit/js --- .../test/unit/{coffee => js}/NotificationsControllerTest.js | 0 .../notifications/test/unit/{coffee => js}/NotificationsTests.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename services/notifications/test/unit/{coffee => js}/NotificationsControllerTest.js (100%) rename services/notifications/test/unit/{coffee => js}/NotificationsTests.js (100%) diff --git a/services/notifications/test/unit/coffee/NotificationsControllerTest.js b/services/notifications/test/unit/js/NotificationsControllerTest.js similarity index 100% rename from services/notifications/test/unit/coffee/NotificationsControllerTest.js rename to services/notifications/test/unit/js/NotificationsControllerTest.js diff --git a/services/notifications/test/unit/coffee/NotificationsTests.js b/services/notifications/test/unit/js/NotificationsTests.js similarity index 100% rename from services/notifications/test/unit/coffee/NotificationsTests.js rename to services/notifications/test/unit/js/NotificationsTests.js