MCPcopy Index your code
hub / github.com/bugy/script-server / setInput

Function setInput

web-src/tests/unit/common/components/ChipList_test.js:38–43  ·  view source on GitHub ↗
(inputValue)

Source from the content-addressed store, hash-verified

36 describe('Test comma-separated input', function () {
37
38 async function setInput(inputValue) {
39 const input = getInput()
40 input.element.focus()
41 await input.setValue(inputValue)
42 await vueTicks()
43 }
44
45 it('Test write input value without comma', async function () {
46 await setInput('xyz')

Callers 1

ChipList_test.jsFile · 0.85

Calls 2

vueTicksFunction · 0.90
getInputFunction · 0.85

Tested by

no test coverage detected