fix: test

This commit is contained in:
yyh
2026-01-25 19:54:09 +08:00
parent b305abdc8f
commit 84d032c104

View File

@ -353,6 +353,7 @@ describe('ReadmeEntrance', () => {
expect(currentPluginDetail).toEqual({
detail: mockDetail,
showType: ReadmeShowType.drawer,
position: 'left',
})
})
@ -367,6 +368,7 @@ describe('ReadmeEntrance', () => {
expect(currentPluginDetail).toEqual({
detail: mockDetail,
showType: ReadmeShowType.modal,
position: 'left',
})
})
})