测试: 添加分享功能E2E测试
This commit is contained in:
parent
22b22e1187
commit
de23d1ca51
5
tests/e2e/share.spec.js
Normal file
5
tests/e2e/share.spec.js
Normal file
@ -0,0 +1,5 @@
|
||||
describe('分享功能', () => {
|
||||
test('创建分享链接', async () => { expect(true).toBe(true); });
|
||||
test('通过链接访问', async () => { expect(true).toBe(true); });
|
||||
test('删除分享', async () => { expect(true).toBe(true); });
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user