Repository URL to install this package:
|
Version:
1.0.0-48dddfc ▾
|
@doodle/proxy
/
junit.xml
|
|---|
<testsuites name="jest tests" tests="3" failures="0" time="2.32">
<testsuite name="Proxy module" errors="0" failures="0" skipped="0" timestamp="2018-10-10T09:39:59" time="1.419" 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.027">
</testcase>
</testsuite>
<testsuite name="Proxy Middleware" errors="0" failures="0" skipped="0" timestamp="2018-10-10T09:40:00" time="0.524" 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>