You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Superagent uses 'del' instead of 'delete' to avoid conflicting with the javascript reserved word. Supertest-as-promised doesn't appear to account for this, the following attempt will fail:
request(app)
.del("/kittens/123")
I've opened #3 which makes the code above work properly.
The text was updated successfully, but these errors were encountered:
Superagent uses 'del' instead of 'delete' to avoid conflicting with the javascript reserved word. Supertest-as-promised doesn't appear to account for this, the following attempt will fail:
I've opened #3 which makes the code above work properly.
The text was updated successfully, but these errors were encountered: