feat: add signal for list events

This commit is contained in:
DarkSky
2023-01-04 21:22:31 +08:00
parent ae94c901b3
commit 151a2a4311
6 changed files with 70 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ test.describe('Workspace', () => {
await dataCenter.reload('test3', { providerId: 'affine' });
expect(await dataCenter.list()).toStrictEqual({
test3: { affine: true, local: true },
test3: { affine: true },
test4: { local: true },
test5: { local: true },
test6: { local: true },