mercredi 26 juin 2019

How to run tests in JavascriptCore?

I'm developing a js library that should be consumable by react-native projects as well. The javascript engine used by react-native is JavaScriptCore, which has its differences compared to node or engines used in browsers. There are quite a few things missing, or behaving differently: URL, Buffer, Blob.

It would be nice to catch these kind of issues without causing regressions for library consumers.

Is there a test runner which supports such scenario?

Aucun commentaire:

Enregistrer un commentaire