MCPcopy
hub / github.com/tsedio/tsed / Test2ConfigSource

Class Test2ConfigSource

packages/config/core/test/configuration.integration.spec.ts:21–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21class Test2ConfigSource implements ConfigSource {
22 options: {
23 hello2?: string;
24 };
25
26 getAll() {
27 return Promise.resolve({
28 value: "string-2",
29 ...this.options
30 });
31 }
32}
33
34describe("@tsed/config: basic usage", () => {
35 describe("without options", () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected