Repository URL to install this package:
|
Version:
1.0.0-7b8a06e ▾
|
@doodle/proxy
/
junit.xml
|
|---|
<testsuites name="jest tests" tests="3" failures="0" time="2.317">
<testsuite name="Proxy module" errors="0" failures="0" skipped="0" timestamp="2018-11-01T12:58:45" time="1.755" tests="1">
<testcase classname="Proxy module should change the host of the request and pipe the result of the new request back" name="Proxy module should change the host of the request and pipe the result of the new request back" time="0.025">
</testcase>
</testsuite>
<testsuite name="Proxy Middleware" errors="0" failures="0" skipped="0" timestamp="2018-11-01T12:58:46" time="0.281" tests="2">
<testcase classname="Proxy Middleware should return only the proxy middleware when given empty options" name="Proxy Middleware should return only the proxy middleware when given empty options" time="0.002">
</testcase>
<testcase classname="Proxy Middleware should return the proper number of middlewares based on configuration supplied" name="Proxy Middleware should return the proper number of middlewares based on configuration supplied" time="0.001">
</testcase>
</testsuite>
</testsuites>