mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +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:
@@ -20,7 +20,7 @@ import {
|
||||
optionFromValue,
|
||||
prepareCopyToClipboardTabularData,
|
||||
NULL_STRING,
|
||||
} from '../../../src/utils/common';
|
||||
} from 'src/utils/common';
|
||||
|
||||
describe('utils/common', () => {
|
||||
describe('optionFromValue', () => {
|
||||
|
||||
Reference in New Issue
Block a user