File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
// resolveUtils.unit.test.jsx
2
2
3
- import resolvePathsForElementsWithAttribute from '../../../../../common_utils /resolveUtils' ;
3
+ import resolvePathsForElementsWithAttribute from '../../../../../server/utils /resolveUtils' ;
4
4
import { resolvePathToFile } from '../../../../../server/utils/filePath' ;
5
5
6
6
// Mock the dependencies
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
import { getAllScriptOffsets } from '../../utils/consoleUtils' ;
18
18
import { registerFrame } from '../../utils/dispatcher' ;
19
19
import { createBlobUrl } from './filesReducer' ;
20
- import resolvePathsForElementsWithAttribute from '../../../common_utils /resolveUtils' ;
20
+ import resolvePathsForElementsWithAttribute from '../../../server/utils /resolveUtils' ;
21
21
22
22
let objectUrls = { } ;
23
23
let objectPaths = { } ;
Original file line number Diff line number Diff line change 1
1
import { resolvePathToFile } from '../utils/filePath' ;
2
- import { resolvePathsForElementsWithAttribute } from '../../common_utils /resolveUtils' ;
2
+ import { resolvePathsForElementsWithAttribute } from '../utils /resolveUtils' ;
3
3
4
4
import {
5
5
STRING_REGEX ,
Original file line number Diff line number Diff line change 1
- import { resolvePathToFile } from '../server/utils /filePath' ;
2
- import { MEDIA_FILE_REGEX } from '../server/utils /fileUtils' ;
1
+ import { resolvePathToFile } from './filePath' ;
2
+ import { MEDIA_FILE_REGEX } from './fileUtils' ;
3
3
4
4
/**
5
5
* Resolves paths for elements with a specific attribute.
You can’t perform that action at this time.
0 commit comments