mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
Moving some JS folders (#4820)
* Moving folders * Pointing to new locations
This commit is contained in:
committed by
GitHub
parent
2900ca345d
commit
c0db6dbb57
@@ -10,8 +10,8 @@ import { expect } from 'chai';
|
||||
import sinon from 'sinon';
|
||||
|
||||
import { table, initialState } from './fixtures';
|
||||
import TabbedSqlEditors from '../../../javascripts/SqlLab/components/TabbedSqlEditors';
|
||||
import SqlEditor from '../../../javascripts/SqlLab/components/SqlEditor';
|
||||
import TabbedSqlEditors from '../../../src/SqlLab/components/TabbedSqlEditors';
|
||||
import SqlEditor from '../../../src/SqlLab/components/SqlEditor';
|
||||
|
||||
describe('TabbedSqlEditors', () => {
|
||||
const middlewares = [thunk];
|
||||
|
||||
Reference in New Issue
Block a user