测试: 添加分享功能测试
This commit is contained in:
parent
9c6d77d85a
commit
929cc621fd
8
tests/backend/share.test.js
Normal file
8
tests/backend/share.test.js
Normal file
@ -0,0 +1,8 @@
|
||||
describe('Share API', () => {
|
||||
test('创建分享链接', async () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
test('验证分享密码', async () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user