File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ describe('getRequires', () => {
19
19
)
20
20
expect ( imports ) . toMatchInlineSnapshot ( `
21
21
"import { merge as __imported_merge_$42__ } from 'lodash';
22
- import { IconActionQuestionMarkCircle as __imported_LocalIcon_$42__ } from '../../../components/undefined /vue/index.ts';
23
- import { IconActionOther as __imported_LocalIconOther_$42__ } from '../../../components/undefined /vue/index.ts';
24
- import { default as __imported_Icon_$42__ } from '../../../components/undefined /vue/index.ts';
22
+ import { IconActionQuestionMarkCircle as __imported_LocalIcon_$42__ } from '../../../components/Icon /vue/index.ts';
23
+ import { IconActionOther as __imported_LocalIconOther_$42__ } from '../../../components/Icon /vue/index.ts';
24
+ import { default as __imported_Icon_$42__ } from '../../../components/Icon /vue/index.ts';
25
25
26
26
const imports$42 = {};
27
27
imports$42['lodash'] = imports$42['lodash'] ?? { __esModule:true, _: {} };imports$42['lodash'].merge = __imported_merge_$42__ ;
You can’t perform that action at this time.
0 commit comments