MCPcopy Create free account
hub / github.com/cameri/nostream / makeSettings

Function makeSettings

test/unit/services/payments-service.spec.ts:275–279  ·  view source on GitHub ↗
(admissionFeeSchedules: any[] = [])

Source from the content-addressed store, hash-verified

273 })
274
275 const makeSettings = (admissionFeeSchedules: any[] = []) => ({
276 payments: {
277 feeSchedules: { admission: admissionFeeSchedules },
278 },
279 })
280
281 beforeEach(() => {
282 settings.returns(makeSettings())

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected