rsnext/docs/basic-features
Mario Beltrán Alarcón 56d62a52fd
docs: include test env in default env vars (#13708)
[Current Environment Variables doc](https://nextjs.org/docs/basic-features/environment-variables#default-environment-variables) mentions `development` and `production` env options but nothing about `test`. Test env is a 3rd valid option, and actually has some implications for `.env.local` from [what I can see in load env configs mechanism](https://github.com/vercel/next.js/blob/canary/packages/next/lib/load-env-config.ts#L68).

This PR aims to include corresponding `test` info for environment variables.
2020-07-17 01:36:12 +00:00
..
built-in-css-support.md Add FAQ section to Built-in CSS Support (#13846) 2020-06-06 22:40:04 +00:00
data-fetching.md added graphcms (#14026) 2020-06-15 12:03:34 -05:00
environment-variables.md docs: include test env in default env vars (#13708) 2020-07-17 01:36:12 +00:00
fast-refresh.md fix typo in fast refresh documentation (#14296) 2020-06-18 01:11:07 +00:00
pages.md Update note about CDN in pages documentation (#14982) 2020-07-09 12:55:04 +02:00
static-file-serving.md Update note about public and pages overlap (#10287) 2020-01-30 01:13:55 -05:00
supported-browsers-features.md docs: adjust custom polyfill suggestion (#13766) 2020-06-04 16:49:37 +00:00
typescript.md Update docs about type checking (#15103) 2020-07-12 19:44:37 +00:00