nightwatchjs / nightwatch-plugin-apitesting

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

Exports nightwatch in types to fix issue where only browser.supertest… #7

Closed reallymello closed 1 year ago

reallymello commented 1 year ago

I mistakenly took out a line exporting nightwatch export * from 'nightwatch'; when I published the first PR. Without this you won't get the chained commands after browser.supertest.request This PR should fix that.