test: add more test for rich content

This commit is contained in:
Anthony Fu 2022-11-25 16:56:14 +08:00
parent 727bef6066
commit ff81389404
5 changed files with 165 additions and 9 deletions

View file

@ -25,6 +25,7 @@
"@pinia/nuxt": "^0.4.5",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/prettier": "^2.7.1",
"@types/sanitize-html": "^2.6.2",
"@types/wicg-file-system-access": "^2020.9.5",
"@unocss/nuxt": "^0.46.5",
@ -45,12 +46,14 @@
"parse5": "^7.1.2",
"pinia": "^2.0.26",
"postcss-nested": "^6.0.0",
"prettier": "^2.8.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"sanitize-html": "^2.7.3",
"shiki": "^0.11.1",
"theme-vitesse": "^0.6.0",
"typescript": "^4.9.3",
"ufo": "^1.0.0",
"unplugin-auto-import": "^0.11.5",
"vitest": "^0.25.3"
}
}