hyperion icon indicating copy to clipboard operation
hyperion copied to clipboard

Testing Hyperion JS interceptors in a React Native environment

Open MarcosBustamante opened this issue 7 months ago • 0 comments

This PR is adding the JS interceptors in a playground react native in order to test its compatibility to RN.

It was tested running the tests wrote to the original file, which were also copied in the playground. Only 2 tests didn't pass and need further investigation on what is generating the unexpected behavior.

The tests that are not passing are:

  • FunctionInterceptor.test -> test prototype + name prop copied to interceptor
  • IPromise.test -> test Promise.resolver static method

MarcosBustamante avatar Jun 24 '25 18:06 MarcosBustamante