Skip to content

Commit 2ef4c37

Browse files
author
elevatebart
committed
fix getrequires snapshot
1 parent 8d9b4bb commit 2ef4c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vitepress/getRequires.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ describe('getRequires', () => {
1919
)
2020
expect(imports).toMatchInlineSnapshot(`
2121
"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';
2525
2626
const imports$42 = {};
2727
imports$42['lodash'] = imports$42['lodash'] ?? { __esModule:true, _: {} };imports$42['lodash'].merge = __imported_merge_$42__ ;

0 commit comments

Comments
 (0)