mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
test(frontend): use absolute path for src imports (#9761)
* test(frontend): use absolute path for src imports * Upgrade prettier, fix eslint
This commit is contained in:
@@ -26,8 +26,8 @@ import {
|
||||
getFormDataFromControls,
|
||||
applyMapStateToPropsToControl,
|
||||
getAllControlsState,
|
||||
} from '../../../src/explore/controlUtils';
|
||||
import ColumnOption from '../../../src/components/ColumnOption';
|
||||
} from 'src/explore/controlUtils';
|
||||
import ColumnOption from 'src/components/ColumnOption';
|
||||
|
||||
describe('controlUtils', () => {
|
||||
const state = {
|
||||
|
||||
Reference in New Issue
Block a user