Changeset 75f2897 in Klonkt for test/c2s-messages.test.js
- Timestamp:
- 08/10/2026 07:33:52 AM (4 weeks ago)
- Branches:
- main
- Children:
- aae5881
- Parents:
- 0db3c72
- File:
-
- 1 edited
-
test/c2s-messages.test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/c2s-messages.test.js
r0db3c72 r75f2897 94 94 assert.ok((wave.tag || []).some((x) => x.type === 'Mention' && x.href === 'https://test.example/ap/users/kid'), 95 95 'with a Mention the client recognises itself in'); 96 assert.equal(wave ['shaer:author'].name, 'Oma', 'and a byline to show');96 assert.equal(wave.attributedTo.name, 'Oma', 'and a byline to show'); 97 97 assert.ok(!/@kid@test\.example/.test(wave.content), 'the leading @mention is stripped, like Berichten on the web'); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)