mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
sql lab localStorage config (#6257)
This commit is contained in:
@@ -7,7 +7,7 @@ import sinon from 'sinon';
|
||||
|
||||
import App from 'src/SqlLab/components/App';
|
||||
import TabbedSqlEditors from 'src/SqlLab/components/TabbedSqlEditors';
|
||||
import { sqlLabReducer } from 'src/SqlLab/reducers';
|
||||
import sqlLabReducer from 'src/SqlLab/reducers/index';
|
||||
|
||||
describe('SqlLab App', () => {
|
||||
const middlewares = [thunk];
|
||||
|
||||
Reference in New Issue
Block a user