Nicolas Beck

Results 7 comments of Nicolas Beck

This would be really important...

@sbdchd I have the same problem and at least for my very simple test suite the following hack worked: ```javascript onUnhandledRequest: (req) => { test(`${req.url} is not handled`, () =>...

@kettanaito hmm but how is this different than using the `onUnhandledRequest` property and passing a callback? I tested it like this: ```javascript server.events.on('request:unhandled', () => { throw new Error('Must handle...

Yes that makes sense and after your explanations I'm starting to think that it shouldn't even be of any concern to `msw` to make tests fail... Instead the test runner...

It's crashing for me too. I can't even find a relevant Stacktrace of what caused it. The bar works but Pie and Circle don't so I think it is some...

Hey @ronengr I'm not the original poster but ran into the same issue. The BLE IDs for the opener *seem* to be correct but I'm not experienced with bluetooth at...