From 909c5e77c402941a950e8ea2d06d27c62ef0d62b Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Wed, 10 Apr 2019 09:55:57 -0400 Subject: [PATCH] rename all test files to *.test.js --- __tests__/pages/{Applications.jsx => Applications.test.jsx} | 0 __tests__/pages/{AuthSettings.jsx => AuthSettings.test.jsx} | 0 __tests__/pages/{CredentialTypes.jsx => CredentialTypes.test.jsx} | 0 __tests__/pages/{Credentials.jsx => Credentials.test.jsx} | 0 __tests__/pages/{Dashboard.jsx => Dashboard.test.jsx} | 0 __tests__/pages/{InstanceGroups.jsx => InstanceGroups.test.jsx} | 0 __tests__/pages/{Inventories.jsx => Inventories.test.jsx} | 0 .../pages/{InventoryScripts.jsx => InventoryScripts.test.jsx} | 0 __tests__/pages/{Jobs.jsx => Jobs.test.jsx} | 0 __tests__/pages/{JobsSettings.jsx => JobsSettings.test.jsx} | 0 __tests__/pages/{License.jsx => License.test.jsx} | 0 __tests__/pages/{Login.jsx => Login.test.jsx} | 0 __tests__/pages/{ManagementJobs.jsx => ManagementJobs.test.jsx} | 0 .../{NotifcationTemplates.jsx => NotifcationTemplates.test.jsx} | 0 ...zationNotifications.jsx => OrganizationNotifications.test.jsx} | 0 __tests__/pages/{Portal.jsx => Portal.test.jsx} | 0 __tests__/pages/{Projects.jsx => Projects.test.jsx} | 0 __tests__/pages/{Schedules.jsx => Schedules.test.jsx} | 0 __tests__/pages/{SystemSettings.jsx => SystemSettings.test.jsx} | 0 __tests__/pages/{Teams.jsx => Teams.test.jsx} | 0 __tests__/pages/{Templates.jsx => Templates.test.jsx} | 0 __tests__/pages/{UISettings.jsx => UISettings.test.jsx} | 0 __tests__/pages/{Users.jsx => Users.test.jsx} | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename __tests__/pages/{Applications.jsx => Applications.test.jsx} (100%) rename __tests__/pages/{AuthSettings.jsx => AuthSettings.test.jsx} (100%) rename __tests__/pages/{CredentialTypes.jsx => CredentialTypes.test.jsx} (100%) rename __tests__/pages/{Credentials.jsx => Credentials.test.jsx} (100%) rename __tests__/pages/{Dashboard.jsx => Dashboard.test.jsx} (100%) rename __tests__/pages/{InstanceGroups.jsx => InstanceGroups.test.jsx} (100%) rename __tests__/pages/{Inventories.jsx => Inventories.test.jsx} (100%) rename __tests__/pages/{InventoryScripts.jsx => InventoryScripts.test.jsx} (100%) rename __tests__/pages/{Jobs.jsx => Jobs.test.jsx} (100%) rename __tests__/pages/{JobsSettings.jsx => JobsSettings.test.jsx} (100%) rename __tests__/pages/{License.jsx => License.test.jsx} (100%) rename __tests__/pages/{Login.jsx => Login.test.jsx} (100%) rename __tests__/pages/{ManagementJobs.jsx => ManagementJobs.test.jsx} (100%) rename __tests__/pages/{NotifcationTemplates.jsx => NotifcationTemplates.test.jsx} (100%) rename __tests__/pages/Organizations/screens/Organization/{OrganizationNotifications.jsx => OrganizationNotifications.test.jsx} (100%) rename __tests__/pages/{Portal.jsx => Portal.test.jsx} (100%) rename __tests__/pages/{Projects.jsx => Projects.test.jsx} (100%) rename __tests__/pages/{Schedules.jsx => Schedules.test.jsx} (100%) rename __tests__/pages/{SystemSettings.jsx => SystemSettings.test.jsx} (100%) rename __tests__/pages/{Teams.jsx => Teams.test.jsx} (100%) rename __tests__/pages/{Templates.jsx => Templates.test.jsx} (100%) rename __tests__/pages/{UISettings.jsx => UISettings.test.jsx} (100%) rename __tests__/pages/{Users.jsx => Users.test.jsx} (100%) diff --git a/__tests__/pages/Applications.jsx b/__tests__/pages/Applications.test.jsx similarity index 100% rename from __tests__/pages/Applications.jsx rename to __tests__/pages/Applications.test.jsx diff --git a/__tests__/pages/AuthSettings.jsx b/__tests__/pages/AuthSettings.test.jsx similarity index 100% rename from __tests__/pages/AuthSettings.jsx rename to __tests__/pages/AuthSettings.test.jsx diff --git a/__tests__/pages/CredentialTypes.jsx b/__tests__/pages/CredentialTypes.test.jsx similarity index 100% rename from __tests__/pages/CredentialTypes.jsx rename to __tests__/pages/CredentialTypes.test.jsx diff --git a/__tests__/pages/Credentials.jsx b/__tests__/pages/Credentials.test.jsx similarity index 100% rename from __tests__/pages/Credentials.jsx rename to __tests__/pages/Credentials.test.jsx diff --git a/__tests__/pages/Dashboard.jsx b/__tests__/pages/Dashboard.test.jsx similarity index 100% rename from __tests__/pages/Dashboard.jsx rename to __tests__/pages/Dashboard.test.jsx diff --git a/__tests__/pages/InstanceGroups.jsx b/__tests__/pages/InstanceGroups.test.jsx similarity index 100% rename from __tests__/pages/InstanceGroups.jsx rename to __tests__/pages/InstanceGroups.test.jsx diff --git a/__tests__/pages/Inventories.jsx b/__tests__/pages/Inventories.test.jsx similarity index 100% rename from __tests__/pages/Inventories.jsx rename to __tests__/pages/Inventories.test.jsx diff --git a/__tests__/pages/InventoryScripts.jsx b/__tests__/pages/InventoryScripts.test.jsx similarity index 100% rename from __tests__/pages/InventoryScripts.jsx rename to __tests__/pages/InventoryScripts.test.jsx diff --git a/__tests__/pages/Jobs.jsx b/__tests__/pages/Jobs.test.jsx similarity index 100% rename from __tests__/pages/Jobs.jsx rename to __tests__/pages/Jobs.test.jsx diff --git a/__tests__/pages/JobsSettings.jsx b/__tests__/pages/JobsSettings.test.jsx similarity index 100% rename from __tests__/pages/JobsSettings.jsx rename to __tests__/pages/JobsSettings.test.jsx diff --git a/__tests__/pages/License.jsx b/__tests__/pages/License.test.jsx similarity index 100% rename from __tests__/pages/License.jsx rename to __tests__/pages/License.test.jsx diff --git a/__tests__/pages/Login.jsx b/__tests__/pages/Login.test.jsx similarity index 100% rename from __tests__/pages/Login.jsx rename to __tests__/pages/Login.test.jsx diff --git a/__tests__/pages/ManagementJobs.jsx b/__tests__/pages/ManagementJobs.test.jsx similarity index 100% rename from __tests__/pages/ManagementJobs.jsx rename to __tests__/pages/ManagementJobs.test.jsx diff --git a/__tests__/pages/NotifcationTemplates.jsx b/__tests__/pages/NotifcationTemplates.test.jsx similarity index 100% rename from __tests__/pages/NotifcationTemplates.jsx rename to __tests__/pages/NotifcationTemplates.test.jsx diff --git a/__tests__/pages/Organizations/screens/Organization/OrganizationNotifications.jsx b/__tests__/pages/Organizations/screens/Organization/OrganizationNotifications.test.jsx similarity index 100% rename from __tests__/pages/Organizations/screens/Organization/OrganizationNotifications.jsx rename to __tests__/pages/Organizations/screens/Organization/OrganizationNotifications.test.jsx diff --git a/__tests__/pages/Portal.jsx b/__tests__/pages/Portal.test.jsx similarity index 100% rename from __tests__/pages/Portal.jsx rename to __tests__/pages/Portal.test.jsx diff --git a/__tests__/pages/Projects.jsx b/__tests__/pages/Projects.test.jsx similarity index 100% rename from __tests__/pages/Projects.jsx rename to __tests__/pages/Projects.test.jsx diff --git a/__tests__/pages/Schedules.jsx b/__tests__/pages/Schedules.test.jsx similarity index 100% rename from __tests__/pages/Schedules.jsx rename to __tests__/pages/Schedules.test.jsx diff --git a/__tests__/pages/SystemSettings.jsx b/__tests__/pages/SystemSettings.test.jsx similarity index 100% rename from __tests__/pages/SystemSettings.jsx rename to __tests__/pages/SystemSettings.test.jsx diff --git a/__tests__/pages/Teams.jsx b/__tests__/pages/Teams.test.jsx similarity index 100% rename from __tests__/pages/Teams.jsx rename to __tests__/pages/Teams.test.jsx diff --git a/__tests__/pages/Templates.jsx b/__tests__/pages/Templates.test.jsx similarity index 100% rename from __tests__/pages/Templates.jsx rename to __tests__/pages/Templates.test.jsx diff --git a/__tests__/pages/UISettings.jsx b/__tests__/pages/UISettings.test.jsx similarity index 100% rename from __tests__/pages/UISettings.jsx rename to __tests__/pages/UISettings.test.jsx diff --git a/__tests__/pages/Users.jsx b/__tests__/pages/Users.test.jsx similarity index 100% rename from __tests__/pages/Users.jsx rename to __tests__/pages/Users.test.jsx