sideroad / koiki

4 stars 1 forks source link

bracket style for array query #4

Closed ninja-inc closed 7 years ago

ninja-inc commented 7 years ago

https://github.com/sideroad/koiki/issues/2

ninja-inc commented 7 years ago

Test Result

  proxy
    ✓ should proxy GET request with before injection (997ms)
    ✓ should proxy GET request with customizer before injection (698ms)
    ✓ should proxy GET request with customizer override
    ✓ should proxy POST request (815ms)
    ✓ should faild proxy POST request (592ms)
(node:1612) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Can't set headers after they are sent.
(node:1612) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
{}
    ✓ should proxy DELETE request (581ms)

  6 passing (4s)