mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
test(utils-accounts): fix test description
This commit is contained in:
parent
94a9fed2cc
commit
e3ff41f31f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ type testSanatizeWbsite = {
|
|||
expectedOutput: string | undefined;
|
||||
};
|
||||
|
||||
Deno.test('throws a RelayError when inserting an event deleted by a user', () => {
|
||||
Deno.test('Sanitizes a URL to include an https prefix', () => {
|
||||
const testCases: testSanatizeWbsite[] = [
|
||||
{ url: 'https://alexgleason.me/', expectedOutput: 'https://alexgleason.me/' },
|
||||
{ url: 'http://alexgleason.me/', expectedOutput: 'http://alexgleason.me/' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue