Update tests

This commit is contained in:
dominik-zeglen 2020-11-06 09:34:05 +01:00
parent 4d15fa52b8
commit 3de9ae58df
2 changed files with 587 additions and 15561 deletions

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,7 @@ describe("useRichText", () => {
);
const [data, change] = hook.result.current;
expect(data.current).toBe(undefined);
expect(data.current).toMatchObject({ blocks: [] });
change(fixtures.short);