There should be automated tests for each platform, which should also work on CI/CD on each PR, with each platform tested. We can use Ava, it looks nice: https://github.com/avajs/ava Else standard Jest is always there.
There should be automated tests for each platform, which should also work on CI/CD on each PR, with each platform tested.
We can use Ava, it looks nice:
https://github.com/avajs/ava
Else standard Jest is always there.