Unit Test All functions in Auth0 Action

Hi,

I am trying to write unit tests for my auth0 postlogin action.

I want to test the other functions in that action but it seems that I can only export the executeOnPostLogin function to testing. If I try to add logic to the action to export other functions then the action will break in Auth0.

Is there a recommendation?