This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 76fdd07 fix: unbreak CI (#14319)
add 98b450a chore: Moves spec files to the src folder - iteration 1
(#14200)
No new revisions were added by this update.
Summary of changes:
.../CRUD/CollectionTable_spec.jsx => src/CRUD/CollectionTable.test.jsx} | 0
.../addSlice/AddSliceContainer.test.tsx} | 0
.../chart/ChartRenderer_spec.jsx => src/chart/ChartRenderer.test.jsx} | 0
.../chart/chartActions_spec.js => src/chart/chartActions.test.js} | 0
.../chart/chartReducers_spec.js => src/chart/chartReducers.test.js} | 0
5 files changed, 0 insertions(+), 0 deletions(-)
rename superset-frontend/{spec/javascripts/CRUD/CollectionTable_spec.jsx =>
src/CRUD/CollectionTable.test.jsx} (100%)
rename superset-frontend/{spec/javascripts/addSlice/AddSliceContainer_spec.tsx
=> src/addSlice/AddSliceContainer.test.tsx} (100%)
rename superset-frontend/{spec/javascripts/chart/ChartRenderer_spec.jsx =>
src/chart/ChartRenderer.test.jsx} (100%)
rename superset-frontend/{spec/javascripts/chart/chartActions_spec.js =>
src/chart/chartActions.test.js} (100%)
rename superset-frontend/{spec/javascripts/chart/chartReducers_spec.js =>
src/chart/chartReducers.test.js} (100%)