andrewmclagan/react-env

[feature] Need tests

Closed this issue · 1 comments

We need some test coverage for the function of env generation

Strategy

We only really need to do this in node as its the end user and is easy to test.

  1. Use jest
  2. mock the .env.development.local, .env.development, .env.local, .env files
  3. test that the package acts like the CRA docs describe environment precedence

Open for anyone... PR