Relative Content

Tag Archive for javascriptunit-testingjestjsmockingjest-mock-extended

How can I mock prompt-sync module using jest

I have this method promptPlayer in the class Player which job is to return to the player the index of an empty slot. But inside the method I am running prompt from the prompt-sync module of JS. Cant seem to mock this properly I have searched everywhere but cant find a correct guide.