Package version
N/A
Describe the bug
In the database seeder documentation page, "testing" is used as examples to check that app is in a test environment:
However, the right value of NODE_ENV in a test environment is "test", not "testing", so it's not working properly.
Reproduction repo
No response