Ents24 / testcafe-browser-provider-fbsimctl

Testcafe browser provider for the iOS Simulator using Facebook's fbsimctl
MIT License
19 stars 7 forks source link

prevent _getSortedAvailableDevicesList returning array with falsey values #8

Closed omonk closed 5 years ago

omonk commented 5 years ago

I've found using the library that available devices list could contain null if this.availableDevices[${IOS_REPLACER}${curr}] cannot find the correct value.

This reduce function should aim to stop that.

I've not be able to test locally but hoping this will do the trick