docs(assertion): add Supertest JavaScript assertion library (#911)

A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest
This commit is contained in:
Serhii Chyzhyk 2025-02-16 06:13:40 +11:00 committed by GitHub
parent aaee06c9fe
commit 7d68235698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [Sinon.JS](https://github.com/sinonjs/sinon) - Test spies, stubs, and mocks for JavaScript.
* [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser.
* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require.
* [Supertest](https://github.com/visionmedia/supertest) - A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest
### Coverage