What are the alternatives to supertest for testing koa or express apps? I like supertest but just wanted to see what other options there are in terms of different APIs or features.Basically need something that accepts a koa/express application and then can send requests to it. For example like supertest await supertest(server).post("/form").send({ key: 'value' }).
Submitted February 02, 2018 at 12:50PM by nowboarding
No comments:
Post a Comment