mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 23:20:24 -05:00
7 lines
173 B
Bash
7 lines
173 B
Bash
# local test variables
|
|
# usually not recommended to be committed, but for our modes
|
|
# we will commit them
|
|
|
|
# env variables to check precedence
|
|
REACT_APP_VAR=.env.test.local
|