Serverless Integration Test with Offline Plugin
The Test we are going to create today will demonstrate adding an integration test (api test) to your serverless project. The Tech Stack: NodeJS, Jest, Serverless Framework, and the Serverless offline plugin. The test going to cover the /search route from my devresorces project. In order to test a route…