This commit is contained in:
tamaina 2025-08-26 14:46:50 +09:00
parent 0dbaa6f2ae
commit c7902feb49
1 changed files with 0 additions and 2 deletions

View File

@ -71,5 +71,3 @@ describe('acct.toString', () => {
expect(acct.toString({ username: 'alice', host: 'example.com' })).toBe('alice@example.com'); expect(acct.toString({ username: 'alice', host: 'example.com' })).toBe('alice@example.com');
}); });
}); });