diff --git a/tests/e2e/share.spec.js b/tests/e2e/share.spec.js new file mode 100644 index 0000000..fd53a69 --- /dev/null +++ b/tests/e2e/share.spec.js @@ -0,0 +1,5 @@ +describe('分享功能', () => { + test('创建分享链接', async () => { expect(true).toBe(true); }); + test('通过链接访问', async () => { expect(true).toBe(true); }); + test('删除分享', async () => { expect(true).toBe(true); }); +});