All Questions
2 questions
2
votes
1
answer
524
views
Where should I do integration tests in a multi package project
Background:
I am working on a node project which consists of a core package and several addon packages. For the end product to work, the core package and atleast one of the addon packages should be ...
1
vote
1
answer
1k
views
Create fake HTTP server to simulate an API for testing
I'm looking to mock responses from an external API service that returns JSON during live events.
The first response would contain (fake) events that have happened up to time X, the second response ...