Skip to content

Commit 56552b6

Browse files
committed
Point out frameworks to be tested
1 parent 0b6a14e commit 56552b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ code doing circuit breaking.
5555
Since interaction happen on the net socket, Circuit-b should, in theory, work out of the box with
5656
any node.js http library. Circuit-b is currently tested to be working with native node.js
5757
[http.request()](https://nodejs.org/dist/latest-v10.x/docs/api/http.html#http_http_request_options_callback),
58-
and [request.js](https://github.com/request/request).
58+
and [request.js](https://github.com/request/request). [node-fetch](https://github.com/trygve-lie/circuit-b/pull/5)
59+
and axios is to be included in these tests.
5960

6061

6162
## Constructor

0 commit comments

Comments
 (0)