MCPcopy
hub / github.com/select2/select2 / testDisabled

Function testDisabled

tests/selection/openOnKeyDown-tests.js:75–77  ·  view source on GitHub ↗

* Test the given keydown event on a disabled element. See #testAbled for * params.

(testName, keyCode, eventProps, fn)

Source from the content-addressed store, hash-verified

73 * params.
74 */
75function testDisabled (testName, keyCode, eventProps, fn) {
76 testAbled(false, testName, keyCode, eventProps, fn);
77}
78
79/**
80 * Assertion function used by the above test* wrappers. Asserts that the given

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…