mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +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 sinon from 'sinon';
|
||||
import * as actions from '../../../src/SqlLab/actions/sqlLab';
|
||||
import * as actions from 'src/SqlLab/actions/sqlLab';
|
||||
|
||||
export const mockedActions = sinon.stub({ ...actions });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user