Chris Rosendorf

Results 4 comments of Chris Rosendorf

Having same problem, not sure how to set width and height of the original NW window that is created upon start. EDIT: Figured it out after a bit of looking...

Alright, I got slightly further with a different repo that I found that used this library. I needed to add these lines of code to the getMetroTransformer.js file: ```js const...

I would still love this functionality, I am sitting in a test file, it has the extension .ts, so I can import and easily see what parameters go where, and...

Try putting "done" inside the callback from the test function as so: ``` const whateverYouExpect = 123; test('some description of test', async (done) => { await someAsyncTask(); await secondAsyncTask(); evenCallbacksCanWork((result)...