* Assertion function used by the above test* wrappers. Asserts that the given * select2 instance is open. * * @param {Assert} assert * @param {Select2} select * @return {null}
(assert, select2)
| 85 | * @return {null} |
| 86 | */ |
| 87 | function assertOpened (assert, select2) { |
| 88 | assert.ok(select2.isOpen(), 'The element should be open'); |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Assertion function used by the above test* wrappers. Asserts that the given |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…