vendredi 24 août 2018

Set and Get localStorage in jest jsdom

This is my js code structure.

  token = localStorage.getItem("token");
    if(t===null){//do something}
    else{
   //do something
   }

Am trying to write a test for that file, and my problem comes in when am trying to set and get token.I have gone through most of question here, but none of them has addressed this issue. I'm using jest testing framework.

Aucun commentaire:

Enregistrer un commentaire