mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +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,9 +20,9 @@ import {
|
||||
FETCH_ALL_SLICES_FAILED,
|
||||
FETCH_ALL_SLICES_STARTED,
|
||||
SET_ALL_SLICES,
|
||||
} from '../../../../src/dashboard/actions/sliceEntities';
|
||||
} from 'src/dashboard/actions/sliceEntities';
|
||||
|
||||
import sliceEntitiesReducer from '../../../../src/dashboard/reducers/sliceEntities';
|
||||
import sliceEntitiesReducer from 'src/dashboard/reducers/sliceEntities';
|
||||
|
||||
describe('sliceEntities reducer', () => {
|
||||
it('should return initial state', () => {
|
||||
|
||||
Reference in New Issue
Block a user