From 1bc73f2cbabd190ed92f9eaf2b4a4e275ca4ae47 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Fri, 23 Apr 2021 19:18:46 -0400 Subject: [PATCH] chore: Moves spec files to the src folder - iteration 2 (#14201) --- .../views/CRUD/alert/AlertList.test.jsx} | 0 .../views/CRUD/alert/AlertReportModal.test.jsx} | 0 .../views/CRUD/alert/ExecutionLog.test.jsx} | 0 .../views/CRUD/annotation/AnnotationList.test.jsx} | 0 .../views/CRUD/annotation/AnnotationModal.test.jsx} | 0 .../views/CRUD/annotationlayers/AnnotationLayerModal.test.jsx} | 0 .../views/CRUD/annotationlayers/AnnotationLayersList.test.jsx} | 0 .../views/CRUD/chart/ChartList.test.jsx} | 0 .../views/CRUD/csstemplates/CssTemplateModal.test.jsx} | 0 .../views/CRUD/csstemplates/CssTemplatesList.test.jsx} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename superset-frontend/{spec/javascripts/views/CRUD/alert/AlertList_spec.jsx => src/views/CRUD/alert/AlertList.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/alert/AlertReportModal_spec.jsx => src/views/CRUD/alert/AlertReportModal.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/alert/ExecutionLog_spec.jsx => src/views/CRUD/alert/ExecutionLog.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/annotation/AnnotationList_spec.jsx => src/views/CRUD/annotation/AnnotationList.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/annotation/AnnotationModal_spec.jsx => src/views/CRUD/annotation/AnnotationModal.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/annotationlayers/AnnotationLayerModal_spec.jsx => src/views/CRUD/annotationlayers/AnnotationLayerModal.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/annotationlayers/AnnotationLayersList_spec.jsx => src/views/CRUD/annotationlayers/AnnotationLayersList.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/chart/ChartList_spec.jsx => src/views/CRUD/chart/ChartList.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/csstemplates/CssTemplateModal_spec.jsx => src/views/CRUD/csstemplates/CssTemplateModal.test.jsx} (100%) rename superset-frontend/{spec/javascripts/views/CRUD/csstemplates/CssTemplatesList_spec.jsx => src/views/CRUD/csstemplates/CssTemplatesList.test.jsx} (100%) diff --git a/superset-frontend/spec/javascripts/views/CRUD/alert/AlertList_spec.jsx b/superset-frontend/src/views/CRUD/alert/AlertList.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/alert/AlertList_spec.jsx rename to superset-frontend/src/views/CRUD/alert/AlertList.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/alert/AlertReportModal_spec.jsx b/superset-frontend/src/views/CRUD/alert/AlertReportModal.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/alert/AlertReportModal_spec.jsx rename to superset-frontend/src/views/CRUD/alert/AlertReportModal.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/alert/ExecutionLog_spec.jsx b/superset-frontend/src/views/CRUD/alert/ExecutionLog.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/alert/ExecutionLog_spec.jsx rename to superset-frontend/src/views/CRUD/alert/ExecutionLog.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/annotation/AnnotationList_spec.jsx b/superset-frontend/src/views/CRUD/annotation/AnnotationList.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/annotation/AnnotationList_spec.jsx rename to superset-frontend/src/views/CRUD/annotation/AnnotationList.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/annotation/AnnotationModal_spec.jsx b/superset-frontend/src/views/CRUD/annotation/AnnotationModal.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/annotation/AnnotationModal_spec.jsx rename to superset-frontend/src/views/CRUD/annotation/AnnotationModal.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/annotationlayers/AnnotationLayerModal_spec.jsx b/superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/annotationlayers/AnnotationLayerModal_spec.jsx rename to superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/annotationlayers/AnnotationLayersList_spec.jsx b/superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/annotationlayers/AnnotationLayersList_spec.jsx rename to superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/chart/ChartList_spec.jsx b/superset-frontend/src/views/CRUD/chart/ChartList.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/chart/ChartList_spec.jsx rename to superset-frontend/src/views/CRUD/chart/ChartList.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/csstemplates/CssTemplateModal_spec.jsx b/superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/csstemplates/CssTemplateModal_spec.jsx rename to superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.test.jsx diff --git a/superset-frontend/spec/javascripts/views/CRUD/csstemplates/CssTemplatesList_spec.jsx b/superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.test.jsx similarity index 100% rename from superset-frontend/spec/javascripts/views/CRUD/csstemplates/CssTemplatesList_spec.jsx rename to superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.test.jsx