I am struggling with the new syntax and would need your input. How can you write below test with pm? (the new syntax)
responseJson = JSON.parse(responseBody);
tests["Nr of plans returned = " +responseJson.length] = responseJson.length === 2;
I appreciate your help!