Remove direct use of default config
to avoid config changes bleed/pollute between tests
#144
Labels
config
to avoid config changes bleed/pollute between tests
#144
Remove direct use of default
config
to avoid config changes bleed/pollute between tests, should clone before modify.See
http-api.spec.ts
as a prime example of misuse. As a results, tests likedynamic-plugin-loading.spec.ts
need to override the config explicitly to ensure reliability.The text was updated successfully, but these errors were encountered: