chore: setup unit test

This commit is contained in:
Anthony Fu 2022-11-25 16:25:56 +08:00
parent 410d41a0a8
commit 15733000a6
5 changed files with 220 additions and 2 deletions

View file

@ -0,0 +1,6 @@
// Vitest Snapshot v1
exports[`rich-content > plain 1`] = `
"Hello
World"
`;