1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test
Connor Davis 1e5d0908d0 Block Certain Env Keys That Are Used Internally (#6260)
Closes: #6244 

This will block the following keys:
```
NODE_.+
__.+
```

There doesn't seem to be a way to simulate a failed build or else I'd add tests for it.
2019-02-15 17:49:40 +01:00
..
integration Block Certain Env Keys That Are Used Internally (#6260) 2019-02-15 17:49:40 +01:00
isolated Replace pages-plugin with loader (#5994) 2019-01-08 23:10:32 +01:00
lib Block Certain Env Keys That Are Used Internally (#6260) 2019-02-15 17:49:40 +01:00
unit Implement circular JSON err.sh link (#6149) 2019-01-27 16:12:17 +01:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-global-setup.js Refactor test setup (#5391) 2018-10-12 15:32:17 +02:00
jest-global-teardown.js Refactor test setup (#5391) 2018-10-12 15:32:17 +02:00