We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcc2d3 commit 959d2f0Copy full SHA for 959d2f0
src/tests/validation.test.ts
@@ -46,5 +46,5 @@ it("valid url should have http or https identifier", () => {
46
})
47
48
it("valid url can have persian or arabic name and domain", () => {
49
- expect(isValidUrl("www.ایران.ربات")).toBe(true);
+ expect(isValidUrl("https://www.ایران.ربات")).toBe(true);
50
0 commit comments