chore: rename & typo fix

This commit is contained in:
DarkSky
2023-01-03 22:58:54 +08:00
parent 4b464e89af
commit 38178022f7
10 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
import { test, expect } from '@playwright/test';
import { getDataCenter } from '../utils.js';
import 'fake-indexeddb/auto';
test.describe('Auth', () => {
test('sign in', async () => {});
test('sign out', async () => {});
test('isLogin', async () => {});
test('getUserInfo', async () => {});
});