mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +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:
@@ -22,7 +22,7 @@ import sinon from 'sinon';
|
||||
import thunk from 'redux-thunk';
|
||||
import configureStore from 'redux-mock-store';
|
||||
|
||||
import QueryAutoRefresh from '../../../src/SqlLab/components/QueryAutoRefresh';
|
||||
import QueryAutoRefresh from 'src/SqlLab/components/QueryAutoRefresh';
|
||||
import { initialState, runningQuery } from './fixtures';
|
||||
|
||||
describe('QueryAutoRefresh', () => {
|
||||
|
||||
Reference in New Issue
Block a user