'should return hello world'
is a string? Surely that has to be matched with the response somehow? If so how? Is the string passed as an argument in the “it” function? (ive never used jest before so just going off what i can see)
'should return hello world'
is a string? Surely that has to be matched with the response somehow? If so how? Is the string passed as an argument in the “it” function? (ive never used jest before so just going off what i can see)