From a9fa5ead4be5a8511c19e79100b406f578e51886 Mon Sep 17 00:00:00 2001 From: Serhii Chyzhyk <36365735+ChyzhykTech@users.noreply.github.com> Date: Sat, 15 Feb 2025 19:01:38 +1100 Subject: [PATCH] docs(assertion): add Supertest JavaScript assertion library A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5db40636..07c3bad9 100644 --- a/README.md +++ b/README.md @@ -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