Ben Parr

Results 2 issues of Ben Parr

` static void Main(string[] args) { //Woo Commerce getProducts(); } private static async void getProducts() { RestAPI rest = new RestAPI("http:/kegthat.com/wp-json/wc/v3/", "asdsdadasdasdasdasd", "asdasdadasdasd"); WCObject wc = new WCObject(rest); rest.Debug =...

### Issue occuring when trying to write jest tests I have followed the docs and added the following to setupTests.json ``` window.matchMedia = window.matchMedia || function() { return { matches...