test: improve the describe name

This commit is contained in:
tzhangchi
2023-01-03 22:45:51 +08:00
parent f340a046c2
commit dba26f52f4
10 changed files with 13 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ import { getDataCenter } from './utils.js';
import 'fake-indexeddb/auto';
test.describe('workspace', () => {
test.describe('Workspace', () => {
test('list workspaces', async () => {
const dataCenter = await getDataCenter();
await dataCenter.clear();