* @param {string} type element type * @returns {FakeElement} element
(type)
| 42 | * @returns {FakeElement} element |
| 43 | */ |
| 44 | createElement(type) { |
| 45 | return new FakeElement(this, type, this._basePath); |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * @param {FakeElement} element element |
no outgoing calls
no test coverage detected