A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

Lock mention class in test; trim redundant cast

+1
+1
src/lib/editor/mention-format.test.ts
··· 28 28 expect( html ).toContain( 'href="https://bsky.app/profile/alice.bsky.social"' ); 29 29 expect( html ).toContain( 'data-did="did:plc:alice"' ); 30 30 expect( html ).toContain( '@alice.bsky.social' ); 31 + expect( html ).toContain( 'class="skypress-mention"' ); 31 32 } ); 32 33 33 34 it( 'is idempotent — calling register twice does not throw', () => {