The comment in CreateFakeEggsOptions erroneously described the environment variable to force use of a specific seed for random data as process.env.FAKE_EGGS_SEED. The actual name of the variable is FAKE_DATA_SEED. This PR just updates the comment to make it clear what environment variable to use to set the seed. I don't think a new release of fake-eggs is even required.
The comment in
CreateFakeEggsOptions
erroneously described the environment variable to force use of a specific seed for random data asprocess.env.FAKE_EGGS_SEED
. The actual name of the variable isFAKE_DATA_SEED
. This PR just updates the comment to make it clear what environment variable to use to set the seed. I don't think a new release of fake-eggs is even required.