mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +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:
@@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
import { getChartControlPanelRegistry } from '@superset-ui/chart';
|
||||
import { applyDefaultFormData } from '../../../src/explore/store';
|
||||
import { applyDefaultFormData } from 'src/explore/store';
|
||||
|
||||
describe('store', () => {
|
||||
beforeAll(() => {
|
||||
|
||||
Reference in New Issue
Block a user