| 509 | : null; |
| 510 | |
| 511 | const getCheckboxElement = el => |
| 512 | el.elt.firstElementChild.getElementsByTagName('input').length |
| 513 | ? el.elt.firstElementChild.getElementsByTagName('input')[0] |
| 514 | : null; |
| 515 | |
| 516 | test('should be a function', function() { |
| 517 | assert.isFunction(mockP5Prototype.createCheckbox); |