MCPcopy
hub / github.com/tinyplex/tinybase / createTestStore

Function createTestStore

test/unit/core/ui-common/components.ts:82–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80};
81
82const createTestStore = (): Store =>
83 createStore()
84 .setTables({
85 t1: {r1: {c1: 1}},
86 t2: {r1: {c1: 2}, r2: {c1: 3, c2: 4}},
87 })
88 .setValues({v1: 3, v2: 4});
89
90export const testCustomComponents = (
91 framework: string,

Callers 3

testCustomComponentsFunction · 0.85
testProviderComponentsFunction · 0.85

Calls 3

createStoreFunction · 0.90
setValuesMethod · 0.65
setTablesMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…