mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 00:19:11 -05:00
16b939e9dd
* 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>
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
const getWindowsProxy = require('@cypress/get-windows-proxy')
|
|
|
|
module.exports = {
|
|
getWindowsProxy,
|
|
}
|