Checks whether the url path contains 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(isURLPathsEqual(urlA, "/aa/bb/").value).toBeTruthy();
The url string
The path string
Generated using TypeDoc
Checks whether the
urlpath contains thepathargument.Note that the validation of the url argument should be performed before passing the
urlargument to this validation.Example