issues
search
theintern
/
intern
A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k
stars
311
forks
source link
Update config system
#1149
Closed
jason0x43
closed
4 years ago
jason0x43
commented
4 years ago
Standardize merge rules (require merging to be explicit)
Break down some config functions (like
loadConfig
) into more targeted functions, making them more useful for external callers
More clearly separate config functions from executor
Clean up cross-environment config handling (node and browser)
Improve typings
Move some tasks that had been handled by config (showConfig, help) into the UI
Improve config unit tests
resolves #1109
loadConfig
) into more targeted functions, making them more useful for external callersresolves #1109