Hi I am trying out the nock library but am struggling with matching random patterns on query strings. I thought something like the code below should work but I can not get anyth
We can use regexp too
nock("http://www.google.com") .get(/.*/)