mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
chore: move fixtures and helpers to root (#11812)
This commit is contained in:
committed by
GitHub
parent
011724750f
commit
84e0606a90
@@ -17,8 +17,8 @@
|
||||
* under the License.
|
||||
*/
|
||||
import getLeafComponentIdFromPath from 'src/dashboard/util/getLeafComponentIdFromPath';
|
||||
import { filterId } from '../fixtures/mockSliceEntities';
|
||||
import { dashboardFilters } from '../fixtures/mockDashboardFilters';
|
||||
import { filterId } from 'spec/fixtures/mockSliceEntities';
|
||||
import { dashboardFilters } from 'spec/fixtures/mockDashboardFilters';
|
||||
|
||||
describe('getLeafComponentIdFromPath', () => {
|
||||
const path = dashboardFilters[filterId].directPathToFilter;
|
||||
|
||||
@@ -21,7 +21,7 @@ import { DASHBOARD_ROOT_ID } from 'src/dashboard/util/constants';
|
||||
import {
|
||||
dashboardLayout,
|
||||
dashboardLayoutWithTabs,
|
||||
} from '../fixtures/mockDashboardLayout';
|
||||
} from 'spec/fixtures/mockDashboardLayout';
|
||||
|
||||
describe('updateComponentParentsList', () => {
|
||||
const emptyLayout = {
|
||||
|
||||
Reference in New Issue
Block a user