mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 07:58:02 +08:00
fix: test
This commit is contained in:
@ -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',
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user