Renan Tomal Fernandes
Renan Tomal Fernandes
Hi @billalouaali, I'm not working on the project anymore but I could not make it work, the solution that @royletron proposed and @Ionut-Milas confirmed seems to be for production, yet...
No, direct on my machine. I'm only using nvm for node versioning.
Same problem
Sorry for the delay I tried both places and removed all `USB_DEVICE_ID_RAZER_BLACKWIDOW_V4*` just to be sure but it did not work. By the way, is there a good way to...
Ah, just to be sure, couldn't the problem be on the daemon? When I stop the daemon(and replug the keyboard because the normal keys stop working) all keys work perfectly(not...
+1 for `toHaveResolvedWith` and `toHaveRejectedWith`.
I was taking a look at the code of `toHaveReturnedWith` and it does not seem so hard to implement. With a little luck I should be able to implement at...
I started coding some matchers, curently `toHaveResolved`, `toHaveRejected` and `toHaveResolvedTimes` are finished. I am thinking about following jest and implementing `toHaveX`, `toHaveXTimes`, `toHaveXWith`, `toHaveLastXWith` and `toHaveNthXWith` for Resolved and Rejected....
lol, almost finished, just making some tests and I will publish.