theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

show-config should show resolved environments #1063

Closed jason0x43 closed 4 years ago

jason0x43 commented 4 years ago

Intern's --show-config option should resolve the test environments as part of resolving the config.

jason0x43 commented 4 years ago

Currently, the displayed config includes the environments provided by the user, which may contain aliases such as latest. Ideally, the displayed config should show the environments that will actually be used during testing.