feat: improve provider testing (#1280)

This commit is contained in:
Himself65
2023-03-02 20:00:56 -06:00
committed by GitHub
parent 1e2f91fe21
commit 2a955d1391
11 changed files with 128 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ export const createEmptyBlockSuiteWorkspace = (
) => {
return new BlockSuiteWorkspace({
room,
isSSR: typeof window === 'undefined',
blobOptionsGetter,
})
.register(builtInSchemas)