We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dfc7f commit 8ca5d83Copy full SHA for 8ca5d83
test/core/README.md
@@ -0,0 +1,10 @@
1
+# `test/core`
2
+
3
+`test/core` directory is a place where tests from node.js core go. They are
4
+here to ensure that node-http-proxy works just fine with all kinds of
5
+different situations, which are covered in core tests, but are not covered in
6
+our tests.
7
8
+All these tests require little modifications to make them test node-http-proxy,
9
+but we try to keep them as vanilla as possible.
10
0 commit comments