### Package version N/A ### Describe the bug In the [database seeder documentation page](https://lucid.adonisjs.com/docs/seeders), `"testing"` is used as examples to check that app is in a test environment: - https://lucid.adonisjs.com/docs/seeders#environment-specific-seeders - https://lucid.adonisjs.com/docs/seeders#step-3-import-other-seeders-inside-the-main-seeder 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_