User Activity

I would like to be able to write tests for my expression libraries using and editor and javascript. I have tried require() and import, but have not been successful
I am calling a REST api that returns large amounts of data, but it requires a POST to get the data. The POST snap does not have the Process Array element. (the API does support streaming the results if I call it from Python. Thoughts or solutions?