mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
chore: move fixtures and helpers to root (#11812)
This commit is contained in:
committed by
GitHub
parent
011724750f
commit
84e0606a90
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import { shallow } from 'enzyme';
|
||||
|
||||
import CollectionTable from 'src/CRUD/CollectionTable';
|
||||
import mockDatasource from '../../fixtures/mockDatasource';
|
||||
import mockDatasource from 'spec/fixtures/mockDatasource';
|
||||
|
||||
const props = {
|
||||
collection: mockDatasource['7__table'].columns,
|
||||
|
||||
Reference in New Issue
Block a user