Files
cypress/packages/server/lib/util/get-windows-proxy.js
T
Zach Bloomquist 16b939e9dd Handle lowercase environment variable names in proxy (#3866)
* cli, server: check for lowercase environment variable too

* server: clean up proxy.ts to not use this

* rename to JS to prevent needing build process for tests to pass

* enable implicit any

* some cleanup, added tests around additional lowercased env vars


Co-authored-by: Brian Mann <brian.mann86@gmail.com>
2019-04-03 08:23:07 -04:00

6 lines
103 B
JavaScript

const getWindowsProxy = require('@cypress/get-windows-proxy')
module.exports = {
getWindowsProxy,
}