Checks whether the url path is equal to the path argument.
url
path
Note that the validation of the url argument should be performed before passing the url argument to this validation.
expect(isURLPathEqual(urlA, "/aa/bb/").value).toBeTruthy();
The url string
The path string
Generated using TypeDoc
Checks whether the
urlpath is equal to thepathargument.Note that the validation of the url argument should be performed before passing the
urlargument to this validation.Example