mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +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:
@@ -18,9 +18,9 @@
|
||||
*/
|
||||
import sinon from 'sinon';
|
||||
import { SupersetClient } from '@superset-ui/connection';
|
||||
import logger from '../../../src/middleware/loggerMiddleware';
|
||||
import { LOG_EVENT } from '../../../src/logger/actions';
|
||||
import { LOG_ACTIONS_LOAD_CHART } from '../../../src/logger/LogUtils';
|
||||
import logger from 'src/middleware/loggerMiddleware';
|
||||
import { LOG_EVENT } from 'src/logger/actions';
|
||||
import { LOG_ACTIONS_LOAD_CHART } from 'src/logger/LogUtils';
|
||||
|
||||
describe('logger middleware', () => {
|
||||
const next = sinon.spy();
|
||||
|
||||
Reference in New Issue
Block a user