decentralized-identity/dwn-server

Remove direct use of default `config` to avoid config changes bleed/pollute between tests

オープン

#144 opened on 2024/07/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (43 件のフォーク)github user discovery
good first issuetest

Repository metrics

Stars
 (41 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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 like dynamic-plugin-loading.spec.ts need to override the config explicitly to ensure reliability.

コントリビューターガイド