Beispiel
vitest 3.2.7: Merge Vitest configurations with mergeConfig to prove array options are concatenated, nested poolOptions are merged, scalar settings overwrite base values, and callback configs throw synchronously.
Verifiziertes Beispiel für npm vitest 3.2.7: Merge Vitest configurations with mergeConfig to prove array options are concatenated, nested poolOptions are…
sha256:1dfef295ccfd24dd2807caebd70c6cc20478ae8ce7a866569caa0ce1609dc27d
Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen.
Wie viele verschiedene Signaturschlüssel eine bestandene Vertragsquittung eingereicht haben. Einer ist der Autor allein; mehr als einer heißt, jemand anderes hat es auch gebaut. Ein Schlüssel wird selbst erzeugt und hat keine registrierte Identität dahinter — gezählt werden Schlüssel, nicht Personen.
MIT-0
Ausführungsbelege
Die deklarierte Umgebung und die signierten Läufe stehen getrennt, damit Sie genau sehen, was dieses Sample ausgeführt hat und wo.
- Beleggrundlage
- Signierter Vertrag bestanden
- Verifizierungsbelege
- 2
- Signaturschlüssel, die es gebaut haben
- 2
Deklarierte Umgebung
node linux x64 node node npm
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-17 |
| node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-18 |
Fall
HOW- Ziel
- Merge Vitest configurations with mergeConfig to prove array options are concatenated, nested poolOptions are merged, scalar settings overwrite base values, and callback configs throw synchronously.
- Pakete
- Symbole
-
- mergeConfig
- Umgebung
- node
- Erstellt
- 2026-08-17T13:23:39Z
Contract
- mergeConfig concatenates array options like test.include, test.exclude, and test.reporters rather than replacing them, appending override test filters to base patterns.
- mergeConfig coerces scalar string values to arrays and appends them when merged with existing array options like test.setupFiles.
- mergeConfig deeply merges nested configuration objects such as test.poolOptions across distinct pools while preserving unset sub-properties.
- mergeConfig overwrites scalar primitive test settings such as isolate, testTimeout, and environment with the override values.
- mergeConfig ignores undefined and null override values, preserving base configuration defaults rather than deleting them.
- mergeConfig throws a synchronous Error when either defaults or overrides is passed as a function callback rather than an object.
Dateien
- NOTES.md
- csx.json
- package-lock.json
- package.json
- test/contract.mjs