test: search api

This commit is contained in:
DarkSky
2023-01-03 22:43:04 +08:00
parent 765c39b5d2
commit ebdb3172e5
5 changed files with 29 additions and 7 deletions

View File

@@ -5,9 +5,9 @@ import { getDataCenter } from './utils.js';
import 'fake-indexeddb/auto';
test.describe('auth', () => {
test('signin', async () => {});
test('sign in', async () => {});
test('signout', async () => {});
test('sign out', async () => {});
test('isLogin', async () => {});