dmanjunath / node-redshift

A simple collection of tools to help you get started with Amazon Redshift from node.js
69 stars 48 forks source link

How to stub/mock this node-redshift package? #36

Open soumarshi opened 4 years ago

soumarshi commented 4 years ago

I need to write jest unit test cases for this node-redshift package... Can you help me with a sample implementation of mocking/stubbing node-redshift ?

evergreen-lee-campbell commented 3 years ago

I'm also interested in this. I started looking at pg-mem, but it doesn't handle networking (like, say mongodb-memory-server does), so I can't test my application gracefully handling network issues. Anyone have any experience on that?