mirror of
https://github.com/apache/superset.git
synced 2026-04-12 12:47:53 +00:00
chore: move fixtures and helpers to root (#11812)
This commit is contained in:
committed by
GitHub
parent
011724750f
commit
84e0606a90
@@ -24,7 +24,7 @@ import { shallow } from 'enzyme';
|
||||
import Popover from 'src/common/components/Popover';
|
||||
import FilterBoxItemControl from 'src/explore/components/controls/FilterBoxItemControl';
|
||||
import FormRow from 'src/components/FormRow';
|
||||
import datasources from '../../../fixtures/mockDatasource';
|
||||
import datasources from 'spec/fixtures/mockDatasource';
|
||||
|
||||
const defaultProps = {
|
||||
label: 'some label',
|
||||
|
||||
Reference in New Issue
Block a user