I have tried with \"!== null\", but it is returning PASS even when the field is returning 0 or \"\".
I faced similar issue. But checking it in following way worked for me
tests["Item is not null"] = jsonData.item !== undefined;