UNPKG

chai-http

Version:

Extend Chai Assertion library with tests for http apis

11 lines (9 loc) 200 B
/*! * chai-http - request helper * Copyright(c) 2011-2012 Jake Luer <jake@alogicalparadox.com> * MIT Licensed */ /*! * net.isIP shim for browsers */ export {isIP, isIPv4, isIPv6} from 'is-ip';