nightwatchjs / nightwatch-plugin-apitesting

Run API tests in Nightwatch using supertest
https://nightwatchjs.org
MIT License
2 stars 8 forks source link

Add types for mockserver.create() command #11

Open garg3133 opened 1 year ago

garg3133 commented 1 year ago

Currently, types are only added for supertest.request() command and no type is added for the mockserver.create() command.

Temidayo32 commented 6 months ago

I will work on this.