test: expand markdown and post menu coverage

Adds focused regression coverage for quote previews, markdown link rendering, embed toggles, and desktop/mobile post-menu actions. It also fixes the undefined feed-state crash in use-state-string.ts and removes unnecessary runtime imports with import type.
This commit is contained in:
plebeius
2026-03-08 16:30:02 +08:00
parent 9444d3e01a
commit b2137c7f91
11 changed files with 1338 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Comment } from '@bitsocialhq/bitsocial-react-hooks';
import type { Comment } from '@bitsocialhq/bitsocial-react-hooks';
export type PostMenuProps = {
cid?: string;