MCPcopy Create free account
hub / github.com/Botloader/botloader / testListDefault

Function testListDefault

integration-tests/settings.ts:361–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359 })
360
361function testListDefault() {
362 const expectedValues = [{
363 a: "a_value_1",
364 b: true
365 },
366 {
367 a: "a_value_2",
368 b: false
369 }]
370
371 testList(expectedValues, testListDefaultSetting.value)
372}
373
374runOnce(script.name, () => {
375 testTopLevelOptions()

Callers 1

settings.tsFile · 0.85

Calls 1

testListFunction · 0.85

Tested by

no test coverage detected