mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
feat(plugin): add vue example (#3592)
This commit is contained in:
@@ -44,5 +44,11 @@ test('plugin should exist', async ({ page }) => {
|
||||
description: expect.any(String),
|
||||
affinePlugin: expect.anything(),
|
||||
},
|
||||
{
|
||||
name: '@affine/vue-hello-world-plugin',
|
||||
version: expect.any(String),
|
||||
description: expect.any(String),
|
||||
affinePlugin: expect.anything(),
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user