MCPcopy
hub / github.com/select2/select2 / testEnabled

Function testEnabled

tests/selection/openOnKeyDown-tests.js:67–69  ·  view source on GitHub ↗

* Test the given keydown event on an enabled element. See #testAbled for * params.

(testName, keyCode, eventProps, fn)

Source from the content-addressed store, hash-verified

65 * params.
66 */
67function testEnabled (testName, keyCode, eventProps, fn) {
68 testAbled(true, testName, keyCode, eventProps, fn);
69}
70
71/**
72 * Test the given keydown event on a disabled element. See #testAbled for

Callers 1

Calls 1

testAbledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…