Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-garland committed Oct 21, 2024
1 parent a120579 commit e5ff56b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ describe('UrlUtils', () => {
});

it('should return false for non http-based protocol', () => {
expect(
isHttpOrHttps(new URL('ws://example.com'))
).toBeFalsy();
expect(isHttpOrHttps(new URL('ws://example.com'))).toBeFalsy();
});
});
});

0 comments on commit e5ff56b

Please sign in to comment.