mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34: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:
@@ -22,7 +22,7 @@ import {
|
||||
epochTimeXHoursAgo,
|
||||
epochTimeXDaysAgo,
|
||||
epochTimeXYearsAgo,
|
||||
} from '../../../src/modules/dates';
|
||||
} from 'src/modules/dates';
|
||||
|
||||
describe('fDuration', () => {
|
||||
it('is a function', () => {
|
||||
|
||||
Reference in New Issue
Block a user